X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c5d62917d14278d8925a73d754965713e11e32f..88c23b64c7cc5ea6f6e2841ba40cc81bf943c27a:/docs/latex/wx/display.tex diff --git a/docs/latex/wx/display.tex b/docs/latex/wx/display.tex index fd78c8f15e..47047a8b6a 100644 --- a/docs/latex/wx/display.tex +++ b/docs/latex/wx/display.tex @@ -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.