X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c5d62917d14278d8925a73d754965713e11e32f..369d17c0754fa6de6088aa120704d8de929ea566:/docs/latex/wx/display.tex diff --git a/docs/latex/wx/display.tex b/docs/latex/wx/display.tex index fd78c8f15e..e1525547ca 100644 --- a/docs/latex/wx/display.tex +++ b/docs/latex/wx/display.tex @@ -10,6 +10,10 @@ None +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxClientDisplayRect}{wxclientdisplayrect}, \helpref{wxDisplaySize}{wxdisplaysize}, \helpref{wxDisplaySizeMM}{wxdisplaysizemm} @@ -19,7 +23,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 +77,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 +110,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.