X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2aeec9ecccdb1b051848768f45a4ac1859ded5f3..2e9760c0ee8b20ea5c85e7cacd016e84957fcebe:/include/wx/gdicmn.h diff --git a/include/wx/gdicmn.h b/include/wx/gdicmn.h index 82c55108c9..5cc489ac20 100644 --- a/include/wx/gdicmn.h +++ b/include/wx/gdicmn.h @@ -123,6 +123,8 @@ enum wxStockCursor wxCURSOR_BASED_ARROW_DOWN, #endif // X11 + wxCURSOR_ARROWWAIT, + wxCURSOR_MAX }; @@ -507,6 +509,10 @@ extern wxSize WXDLLEXPORT wxGetDisplaySize(); extern void WXDLLEXPORT wxDisplaySizeMM(int *width, int *height); extern wxSize WXDLLEXPORT wxGetDisplaySizeMM(); +// Get position and size of the display workarea +extern void WXDLLEXPORT wxClientDisplayRect(int *x, int *y, int *width, int *height); +extern wxRect WXDLLEXPORT wxGetClientDisplayRect(); + // set global cursor extern void WXDLLEXPORT wxSetCursor(const wxCursor& cursor);