wxPGGenericComboControl Class Reference
#include <odcombo.h>
List of all members.
Public Member Functions |
bool | Create (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=wxODComboBoxNameStr) |
| wxPGGenericComboControl (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=wxODComboBoxNameStr) |
| wxPGGenericComboControl () |
virtual | ~wxPGGenericComboControl () |
Static Public Member Functions |
static int | GetFeatures () |
Protected Member Functions |
void | OnMouseEvent (wxMouseEvent &event) |
void | OnPaintEvent (wxPaintEvent &event) |
virtual void | OnResize () |
Private Member Functions |
void | Init () |
Detailed Description
Definition at line 572 of file odcombo.h.
Constructor & Destructor Documentation
wxPGGenericComboControl::wxPGGenericComboControl |
( |
|
) |
[inline] |
wxPGGenericComboControl::wxPGGenericComboControl |
( |
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 = wxODComboBoxNameStr | |
|
) |
| | [inline] |
virtual wxPGGenericComboControl::~wxPGGenericComboControl |
( |
|
) |
[virtual] |
Member Function Documentation
bool wxPGGenericComboControl::Create |
( |
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 = wxODComboBoxNameStr | |
|
) |
| | |
static int wxPGGenericComboControl::GetFeatures |
( |
|
) |
[inline, static] |
void wxPGGenericComboControl::Init |
( |
|
) |
[private] |
void wxPGGenericComboControl::OnMouseEvent |
( |
wxMouseEvent & |
event |
) |
[protected] |
void wxPGGenericComboControl::OnPaintEvent |
( |
wxPaintEvent & |
event |
) |
[protected] |
virtual void wxPGGenericComboControl::OnResize |
( |
|
) |
[protected, virtual] |
The documentation for this class was generated from the following file: