use unsigned for display count
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user