]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_misc.py
cairo implementation
[wxWidgets.git] / wxPython / src / mac / _misc.py
index 70f00673938d75d37a2cf6adf6b0ada2832cca72..2378a5c9481aa855f1b839ce04dc2f19e9298727 100644 (file)
@@ -5812,7 +5812,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
@@ -5823,7 +5823,7 @@ class Display(object):
     __del__ = lambda self : None;
     def GetCount(*args, **kwargs):
         """
-        GetCount() -> size_t
+        GetCount() -> unsigned int
 
         Return the number of available displays.
         """
@@ -5957,7 +5957,7 @@ DefaultVideoMode = cvar.DefaultVideoMode
 
 def Display_GetCount(*args):
   """
-    Display_GetCount() -> size_t
+    Display_GetCount() -> unsigned int
 
     Return the number of available displays.
     """