#include <editors.h>
Public Member Functions | |
virtual wxPG_CONST_WXCHAR_PTR | GetName () const |
wxPGChoiceAndButtonEditor () | |
virtual | ~wxPGChoiceAndButtonEditor () |
Definition at line 318 of file editors.h.
wxPGChoiceAndButtonEditor::wxPGChoiceAndButtonEditor | ( | ) | [inline] |
virtual wxPGChoiceAndButtonEditor::~wxPGChoiceAndButtonEditor | ( | ) | [virtual] |
virtual wxPG_CONST_WXCHAR_PTR wxPGChoiceAndButtonEditor::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 wxPGChoiceEditor.