<wx/display.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{See also}
\helpref{wxClientDisplayRect}{wxclientdisplayrect}, \helpref{wxDisplaySize}{wxdisplaysize}, \helpref{wxDisplaySizeMM}{wxdisplaysizemm}
\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.
\membersection{wxDisplay::GetCount}\label{wxdisplaygetcount}
-\func{static size\_t}{GetCount}{\void}
+\func{static unsigned }{GetCount}{\void}
Returns the number of connected displays.
\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.