]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
added default value for GetLocalizedResourcesDir() category parameter, as in the...
[wxWidgets.git] / include / wx / window.h
index 5a098ee0f31f4ea9d850f2e1ec7b6c6658ad423c..acff5abc8e9a37a9c26493e1ceaf242a6d46bba5 100644 (file)
@@ -473,6 +473,11 @@ public:
         return wxSize( wxMax( client.x, best.x ), wxMax( client.y, best.y ) );
     }
 
+    // return the size of the left/right and top/bottom borders in x and y
+    // components of the result respectively
+    virtual wxSize GetWindowBorderSize() const;
+
+
     // window state
     // ------------