reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-02 20:14:50 +00:00
parent e90db86e7e
commit c2829a8f67
20 changed files with 524 additions and 170 deletions

View File

@@ -5804,7 +5804,7 @@ class Display(object):
__repr__ = _swig_repr
def __init__(self, *args, **kwargs):
"""
__init__(self, size_t index=0) -> Display
__init__(self, unsigned int index=0) -> Display
Set up a Display instance with the specified display. The displays
are numbered from 0 to GetCount() - 1, 0 is always the primary display
@@ -5815,7 +5815,7 @@ class Display(object):
__del__ = lambda self : None;
def GetCount(*args, **kwargs):
"""
GetCount() -> size_t
GetCount() -> unsigned int
Return the number of available displays.
"""
@@ -5949,7 +5949,7 @@ DefaultVideoMode = cvar.DefaultVideoMode
def Display_GetCount(*args):
"""
Display_GetCount() -> size_t
Display_GetCount() -> unsigned int
Return the number of available displays.
"""