wxPropertyGrid
Public Member Functions
wxPGTextCtrlAndButtonEditor Class Reference
Inheritance diagram for wxPGTextCtrlAndButtonEditor:
wxPGTextCtrlEditor wxPGEditor

List of all members.

Public Member Functions

virtual wxPGWindowList CreateControls (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &sz) const
 Instantiates editor controls.

Member Function Documentation

virtual wxPGWindowList wxPGTextCtrlAndButtonEditor::CreateControls ( wxPropertyGrid propgrid,
wxPGProperty property,
const wxPoint &  pos,
const wxSize &  size 
) const [virtual]

Instantiates editor controls.

Remarks:
  • Primary control shall use id wxPG_SUBID1, and secondary (button) control shall use wxPG_SUBID2.
Parameters:
propgridwxPropertyGrid to which the property belongs (use as parent for control).
propertyProperty for which this method is called.
posPosition, inside wxPropertyGrid, to create control(s) to.
sizeInitial size for control(s).

Reimplemented from wxPGTextCtrlEditor.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator