]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/sizers.i
wxPyEmptyStr --> wxEmptyString
[wxWidgets.git] / wxPython / src / sizers.i
index 0a6f3f15cce669629cda640e3df015ef6cfafbba..a43993df98892c41f09336201582aa80ad3f083f 100644 (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() {