]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/gizmos/gtk/gizmos.py
SWIG-1.3.29
[wxWidgets.git] / wxPython / contrib / gizmos / gtk / gizmos.py
index fcb0810e457ffd46e431853fff16498fe73584ce..cdc8a26a98473c30dd321402973e7ca1851c6ba0 100644 (file)
@@ -1,4 +1,4 @@
-# This file was created automatically by SWIG.
+# This file was created automatically by SWIG 1.3.27.
 # Don't modify this file, modify the SWIG interface instead.
 
 """
@@ -941,9 +941,9 @@ class StaticPicture(_core.Control):
         return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
     def __init__(self, *args, **kwargs):
         """
-        __init__(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition
-            Size size=DefaultSize, long style=0
-            String name=StaticPictureNameStr) -> StaticPicture
+        __init__(self, Window parent, int id=-1, Bitmap label=wxNullBitmap
+            Point pos=DefaultPosition, Size size=DefaultSize
+            long style=0, String name=StaticPictureNameStr) -> StaticPicture
         """
         newobj = _gizmos.new_StaticPicture(*args, **kwargs)
         self.this = newobj.this
@@ -953,9 +953,9 @@ class StaticPicture(_core.Control):
 
     def Create(*args, **kwargs):
         """
-        Create(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition
-            Size size=DefaultSize, long style=0
-            String name=StaticPictureNameStr) -> bool
+        Create(self, Window parent, int id=-1, Bitmap label=wxNullBitmap
+            Point pos=DefaultPosition, Size size=DefaultSize
+            long style=0, String name=StaticPictureNameStr) -> bool
         """
         return _gizmos.StaticPicture_Create(*args, **kwargs)
 
@@ -1014,3 +1014,4 @@ def PreStaticPicture(*args, **kwargs):
     return val
 
 
+