]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/toplevel.h
safety check
[wxWidgets.git] / include / wx / x11 / toplevel.h
index 2f05fec5083763d719520f1b3c298dc71febf85e..de89221ca1ab7682712fb450413303ec395ffa55 100644 (file)
@@ -72,6 +72,13 @@ protected:
     // common part of all ctors
     void Init();
 
+    // For implementation purposes - sometimes decorations make the client area
+    // smaller
+    virtual wxPoint GetClientAreaOrigin() const;
+
+    virtual void DoGetClientSize( int *width, int *height ) const;
+    virtual void DoSetClientSize(int width, int height);
+    
     // is the frame currently iconized?
     bool m_iconized;