]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/display.h
Fixed ReadLine missing last character from text files with no final newline.
[wxWidgets.git] / include / wx / display.h
index 3429258eb6fc2b04ff38645fb17a25e1dfea04ad..d209557a66bc63d2487957d726ed0960392a2fff 100644 (file)
@@ -28,7 +28,7 @@
 class WXDLLEXPORT wxWindow;
 class WXDLLEXPORT wxPoint;
 class WXDLLEXPORT wxRect;
-class WXDLLEXPORT wxString;
+class WXDLLIMPEXP_BASE wxString;
 
 class WXDLLEXPORT wxDisplayFactory;
 class WXDLLEXPORT wxDisplayImpl;
@@ -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;