Move [GS]etDefaultItem up to wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -405,6 +405,9 @@ public:
|
||||
// A way to do the native draw first... Too bad it isn't in wxGTK too.
|
||||
void OnPaint(wxPaintEvent& event);
|
||||
#endif
|
||||
|
||||
wxButton* GetDefaultItem();
|
||||
void SetDefaultItem(wxButton *btn);
|
||||
};
|
||||
|
||||
|
||||
@@ -460,8 +463,6 @@ public:
|
||||
%pragma(python) addtomethod = "wxPrePanel:val._setOORInfo(val)"
|
||||
|
||||
void InitDialog();
|
||||
wxButton* GetDefaultItem();
|
||||
void SetDefaultItem(wxButton *btn);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user