Add built-in editor pointers

This commit is contained in:
Robin Dunn
2016-09-14 20:15:48 -07:00
parent 24b506b66e
commit 1963627c10
2 changed files with 11 additions and 0 deletions

View File

@@ -346,3 +346,6 @@ public:
wxWindow* wnd, wxEvent& event ) const;
};
extern wxPGEditor* wxPGEditor_SpinCtrl;
extern wxPGEditor* wxPGEditor_DatePickerCtrl;

View File

@@ -577,3 +577,11 @@ public:
wxSize GetPrimarySize() const;
};
extern wxPGEditor* wxPGEditor_TextCtrl;
extern wxPGEditor* wxPGEditor_Choice;
extern wxPGEditor* wxPGEditor_ComboBox;
extern wxPGEditor* wxPGEditor_TextCtrlAndButton;
extern wxPGEditor* wxPGEditor_CheckBox;
extern wxPGEditor* wxPGEditor_ChoiceAndButton;