wxPropertyGrid
|
Public Member Functions | |
virtual wxPGWindowList | CreateControls (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &sz) const |
Instantiates editor controls. |
virtual wxPGWindowList wxPGChoiceAndButtonEditor::CreateControls | ( | wxPropertyGrid * | propgrid, |
wxPGProperty * | property, | ||
const wxPoint & | pos, | ||
const wxSize & | size | ||
) | const [virtual] |
Instantiates editor controls.
propgrid | wxPropertyGrid to which the property belongs (use as parent for control). |
property | Property for which this method is called. |
pos | Position, inside wxPropertyGrid, to create control(s) to. |
size | Initial size for control(s). |
Reimplemented from wxPGChoiceEditor.