Add built-in editor pointers
This commit is contained in:
@@ -346,3 +346,6 @@ public:
|
||||
wxWindow* wnd, wxEvent& event ) const;
|
||||
};
|
||||
|
||||
|
||||
extern wxPGEditor* wxPGEditor_SpinCtrl;
|
||||
extern wxPGEditor* wxPGEditor_DatePickerCtrl;
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user