X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef1717a963dfb76bac26b9f4277ae590b3c0a2e6..88060820acda9b950d47c7bce37909a894cfda6b:/include/wx/display.h?ds=sidebyside diff --git a/include/wx/display.h b/include/wx/display.h index 3429258eb6..d209557a66 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -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;