]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/display.tex
Line-up interfaces to use size_t for GetCount()s (and count related api).
[wxWidgets.git] / docs / latex / wx / display.tex
index a7ff86db58444743b8fb5d9f81b79fd349e61a6f..b2c80bd300545be8050545df3c1dde3e688bed7d 100644 (file)
@@ -82,8 +82,8 @@ Returns the bit depth of the display whose index was passed to the constructor.
 
 \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}
 
@@ -98,9 +98,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.
 
-Returns -1 if the window is not on any connected display.
-
-Currently wxMSW only.
+Returns \texttt{wxNOT\_FOUND} if the window is not on any connected display.
 
 \wxheading{Parameters}