]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Further DnD changes. Untested.
[wxWidgets.git] / include / wx / window.h
index caf8db3444c82be6f0a1dc59eeb5fb093452f111..a265f57e52810c501abb9e786eeb3902652e6ddd 100644 (file)
@@ -277,6 +277,11 @@ public:
                                int maxW = -1, int maxH = -1,
                                int incW = -1, int incH = -1 );
 
+    int GetMinWidth() const { return m_minWidth; }
+    int GetMinHeight() const { return m_minHeight; }
+    int GetMaxWidth() const { return m_maxWidth; }
+    int GetMaxHeight() const { return m_maxHeight; }
+    
     // window state
     // ------------