]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
added url of Fink Unix to Mac OS X porting instructions
[wxWidgets.git] / wxPython / src / windows.i
index 5046c9628f055929df029e0a61348e684a9bf837..f16f0f69767dc236c8d7119d72fff27cd7751e2f 100644 (file)
@@ -428,8 +428,8 @@ public:
     void OnPaint(wxPaintEvent& event);
 #endif
 
-    wxButton* GetDefaultItem();
-    void SetDefaultItem(wxButton *btn);
+    wxWindow* GetDefaultItem();
+    wxWindow* SetDefaultItem(wxWindow *btn);
 };
 
 
@@ -539,6 +539,8 @@ public:
     double GetScaleY();
 
     void AdjustScrollbars();
+
+    bool Layout();
 };
 
 //----------------------------------------------------------------------