#include <editors.h>
Public Member Functions | |
virtual wxPG_CONST_WXCHAR_PTR | GetName () const |
wxPGTextCtrlAndButtonEditor () | |
virtual | ~wxPGTextCtrlAndButtonEditor () |
Definition at line 331 of file editors.h.
wxPGTextCtrlAndButtonEditor::wxPGTextCtrlAndButtonEditor | ( | ) | [inline] |
virtual wxPGTextCtrlAndButtonEditor::~wxPGTextCtrlAndButtonEditor | ( | ) | [virtual] |
virtual wxPG_CONST_WXCHAR_PTR wxPGTextCtrlAndButtonEditor::GetName | ( | ) | const [virtual] |
Returns pointer to the name of the editor. For example, wxPG_EDITOR(TextCtrl) has name "TextCtrl". This method is autogenerated for custom editors.
Reimplemented from wxPGTextCtrlEditor.