]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/display.tex
fix assert because of passing more than one border bit in style to the base class...
[wxWidgets.git] / docs / latex / wx / display.tex
index fd78c8f15e59d66a1246ba6f901eb296b7cae4ab..47047a8b6a2216785cfec1e1886208b5499fe49f 100644 (file)
@@ -19,7 +19,7 @@ None
 
 \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.
 
@@ -73,7 +73,7 @@ there is a taskbar (or equivalent) on this display.
 
 \membersection{wxDisplay::GetCount}\label{wxdisplaygetcount}
 
-\func{static size\_t}{GetCount}{\void}
+\func{static unsigned }{GetCount}{\void}
 
 Returns the number of connected displays.
 
@@ -106,7 +106,7 @@ Returns the index of the display on which the given point lies.  Returns
 
 \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.