]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows2.i
added a comment about the default button handling
[wxWidgets.git] / wxPython / src / windows2.i
index 8965938e887ce7d770ae81ad13a58e0cacd1bab3..e838ba28a2cecc4842631d0fae4e252879f483b9 100644 (file)
@@ -251,6 +251,12 @@ public:
     void SetMinimumPaneSize(int min);
     int GetMinimumPaneSize();
 
+    // Resizes subwindows
+    virtual void SizeWindows();
+
+    void SetNeedUpdating(bool needUpdating) { m_needUpdating = needUpdating; }
+    bool GetNeedUpdating() const { return m_needUpdating ; }
+
 };
 
 //---------------------------------------------------------------------------