]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Rationalised a few more docs
[wxWidgets.git] / include / wx / gtk / frame.h
index 3c235d2171a861540bd3deea2e016ae981c7e3e9..05796513d96e05a603b23477559a5a6ceaf041d2 100644 (file)
@@ -62,6 +62,8 @@ public:
   virtual void Centre( int direction = wxHORIZONTAL );
 
   virtual void GetClientSize( int *width, int *height ) const;
+  wxSize GetClientSize() const { int w, h; GetClientSize(& w, & h); return wxSize(w, h); }
+  
   virtual void SetClientSize( int const width, int const height );
 
   virtual void SetSize( int x, int y, int width, int height,