Public Member Functions | |
virtual void | OnFocus (wxPGProperty *property, wxWindow *wnd) const |
Extra processing when control gains focus. | |
virtual void | SetControlStringValue (wxPGProperty *property, wxWindow *ctrl, const wxString &txt) const |
Sets control's value specifically from string. | |
Static Public Member Functions | |
static bool | GetTextCtrlValueFromControl (wxVariant &variant, wxPGProperty *property, wxWindow *ctrl) |
static bool | OnTextCtrlEvent (wxPropertyGrid *propgrid, wxPGProperty *property, wxWindow *ctrl, wxEvent &event) |
virtual void wxPGTextCtrlEditor::OnFocus | ( | wxPGProperty * | property, | |
wxWindow * | wnd | |||
) | const [virtual] |
Extra processing when control gains focus.
For example, wxTextCtrl based controls should select all text.
Reimplemented from wxPGEditor.
virtual void wxPGTextCtrlEditor::SetControlStringValue | ( | wxPGProperty * | property, | |
wxWindow * | ctrl, | |||
const wxString & | txt | |||
) | const [virtual] |
Sets control's value specifically from string.
Reimplemented from wxPGEditor.