]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gtk/events.py
wxPython 0.5.2
[wxWidgets.git] / utils / wxPython / src / gtk / events.py
index 53594aa316acabb1d144f369184b429651444560..f8a052d14b2a4226153a95aa29d9a21a0dcebf73 100644 (file)
@@ -67,8 +67,8 @@ class wxCloseEventPtr(wxEventPtr):
     def __init__(self,this):
         self.this = this
         self.thisown = 0
-    def GetSessionEnding(self):
-        val = eventsc.wxCloseEvent_GetSessionEnding(self.this)
+    def CanVeto(self):
+        val = eventsc.wxCloseEvent_CanVeto(self.this)
         return val
     def GetLoggingOff(self):
         val = eventsc.wxCloseEvent_GetLoggingOff(self.this)
@@ -82,6 +82,12 @@ class wxCloseEventPtr(wxEventPtr):
     def SetForce(self,arg0):
         val = eventsc.wxCloseEvent_SetForce(self.this,arg0)
         return val
+    def SetCanVeto(self,arg0):
+        val = eventsc.wxCloseEvent_SetCanVeto(self.this,arg0)
+        return val
+    def SetLoggingOff(self,arg0):
+        val = eventsc.wxCloseEvent_SetLoggingOff(self.this,arg0)
+        return val
     def GetForce(self):
         val = eventsc.wxCloseEvent_GetForce(self.this)
         return val
@@ -144,6 +150,19 @@ class wxScrollEvent(wxScrollEventPtr):
 
 
 
+class wxSpinEventPtr(wxScrollEventPtr):
+    def __init__(self,this):
+        self.this = this
+        self.thisown = 0
+    def __repr__(self):
+        return "<C wxSpinEvent instance>"
+class wxSpinEvent(wxSpinEventPtr):
+    def __init__(self,this):
+        self.this = this
+
+
+
+
 class wxMouseEventPtr(wxEventPtr):
     def __init__(self,this):
         self.this = this