]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/display.h
cleanup - added whitespace around operators, some blank lines, fixed comment typos...
[wxWidgets.git] / include / wx / display.h
index 3429258eb6fc2b04ff38645fb17a25e1dfea04ad..002ce99ceda59926b051fb85a675d92b787c3096 100644 (file)
@@ -68,9 +68,12 @@ public:
     // return true if the object was initialized successfully
     bool IsOk() const { return m_impl != NULL; }
 
-    // get the display size
+    // get the full display size
     wxRect GetGeometry() const;
 
+    // get the client area of the display, i.e. without taskbars and such
+    wxRect GetClientArea() const;
+
     // name may be empty
     wxString GetName() const;