]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/display.tex
HitTest() seems to be implemented on most platforms now (replaces patch 1467212)
[wxWidgets.git] / docs / latex / wx / display.tex
index 15a9f517602f02eab34fb2d78dacb658cd8ea9c8..fd78c8f15e59d66a1246ba6f901eb296b7cae4ab 100644 (file)
@@ -57,6 +57,20 @@ function that changed the video mode to the system
 default by using the system's 'scrn' resource.
 
 
 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}
 \membersection{wxDisplay::GetCount}\label{wxdisplaygetcount}
 
 \func{static size\_t}{GetCount}{\void}
@@ -82,8 +96,8 @@ Returns the bit depth of the display whose index was passed to the constructor.
 
 \func{static int}{GetFromPoint}{\param{const wxPoint\& }{pt}}
 
 
 \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}
 
 
 \wxheading{Parameters}
 
@@ -98,9 +112,7 @@ 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.
 
 
 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}
 
 
 \wxheading{Parameters}
 
@@ -114,6 +126,10 @@ Current windows only.
 Returns the bounding rectangle of the display whose index was passed to the
 constructor.
 
 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}
 
 
 \membersection{wxDisplay::GetModes}\label{wxdisplaygetmodes}