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:
Robin Dunn
2002-01-03 18:17:19 +00:00
parent c4c2f218f1
commit 5a2930ab79
3 changed files with 76 additions and 75 deletions

View File

@@ -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);
};