#include <combog.h>
Inheritance diagram for wxComboCtrl:
Public Member Functions | |
wxComboCtrl () | |
wxComboCtrl (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxComboBoxNameStr) | |
virtual | ~wxComboCtrl () |
Definition at line 113 of file combog.h.
|
Definition at line 116 of file combog.h. 00116 : wxGenericComboControl() {}
|
|
Definition at line 118 of file combog.h. 00126 : wxGenericComboControl() 00127 { 00128 (void)Create(parent, id, value, pos, size, style, validator, name); 00129 }
|
|
Definition at line 131 of file combog.h.
|