X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef1717a963dfb76bac26b9f4277ae590b3c0a2e6..cb3db09022512bcbb6c6c41dd6859ab9245186a1:/include/wx/display.h diff --git a/include/wx/display.h b/include/wx/display.h index 3429258eb6..002ce99ced 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -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;