<wx/display.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{See also}
\helpref{wxClientDisplayRect}{wxclientdisplayrect}, \helpref{wxDisplaySize}{wxdisplaysize}, \helpref{wxDisplaySizeMM}{wxdisplaysizemm}
\membersection{wxDisplay::wxDisplay}\label{wxdisplayctor}
-\func{}{wxDisplay}{\param{size\_t }{index = 0}}
+\func{}{wxDisplay}{\param{unsigned }{index = 0}}
Constructor, setting up a wxDisplay instance with the specified display.
default by using the system's 'scrn' resource.
+\membersection{wxDisplay::GetClientArea}\label{wxdisplaygetclientarea}
+
+\constfunc{wxRect }{GetClientArea}{\void}
+
+Returns the client area of the display. The client area is the part of the
+display available for the normal (non full screen) windows, usually it is the
+same as \helpref{GetGeometry}{wxdisplaygetgeometry} but it could be less if
+there is a taskbar (or equivalent) on this display.
+
+\wxheading{See also:}
+
+\helpref{wxClientDisplayRect}{wxclientdisplayrect}
+
+
\membersection{wxDisplay::GetCount}\label{wxdisplaygetcount}
-\func{static size\_t}{GetCount}{\void}
+\func{static unsigned }{GetCount}{\void}
Returns the number of connected displays.
\func{static int}{GetFromPoint}{\param{const wxPoint\& }{pt}}
-Returns the index of the display on which the given point lies. Returns -1 if
-the point is not on any connected display.
+Returns the index of the display on which the given point lies. Returns
+\texttt{wxNOT\_FOUND} if the point is not on any connected display.
\wxheading{Parameters}
\membersection{wxDisplay::GetFromWindow}\label{wxdisplaygetfromwindow}
-\func{static int}{GetFromWindow}{\param{wxWindow* }{win}}
+\func{static int}{GetFromWindow}{\param{const wxWindow* }{win}}
Returns the index of the display on which the given window lies.
If the window is on more than one display it gets the display that overlaps the window the most.
-Returns -1 if the window is not on any connected display.
-
-Current windows only.
+Returns \texttt{wxNOT\_FOUND} if the window is not on any connected display.
\wxheading{Parameters}
Returns the bounding rectangle of the display whose index was passed to the
constructor.
+\wxheading{See also:}
+
+\helpref{GetClientArea}{wxdisplaygetclientarea}, \helpref{wxDisplaySize}{wxdisplaysize}
+
\membersection{wxDisplay::GetModes}\label{wxdisplaygetmodes}