+class wxSplitterEventPtr(wxCommandEventPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def GetSashPosition(self):
+ val = windows2c.wxSplitterEvent_GetSashPosition(self.this)
+ return val
+ def GetX(self):
+ val = windows2c.wxSplitterEvent_GetX(self.this)
+ return val
+ def GetY(self):
+ val = windows2c.wxSplitterEvent_GetY(self.this)
+ return val
+ def GetWindowBeingRemoved(self):
+ val = windows2c.wxSplitterEvent_GetWindowBeingRemoved(self.this)
+ val = wxWindowPtr(val)
+ return val
+ def SetSashPosition(self,arg0):
+ val = windows2c.wxSplitterEvent_SetSashPosition(self.this,arg0)
+ return val
+ def __repr__(self):
+ return "<C wxSplitterEvent instance>"
+class wxSplitterEvent(wxSplitterEventPtr):
+ def __init__(self,this):
+ self.this = this
+
+
+
+