Added new sizer methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-14 04:03:56 +00:00
parent 7dbce44a33
commit 101dd79ab6
3 changed files with 105 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ public:
//wxSizerItem( wxWindow *window, int option, int flag, int border, wxObject* userData );
//wxSizerItem( wxSizer *sizer, int option, int flag, int border, wxObject* userData );
void DeleteWindows();
wxPoint GetPosition();
wxSize GetSize();
wxSize CalcMin();
@@ -237,6 +239,10 @@ public:
void Fit( wxWindow *window );
void SetSizeHints( wxWindow *window );
void Clear( bool delete_windows=FALSE );
void DeleteWindows();
// wxList& GetChildren();
%addmethods {
PyObject* GetChildren() {