wxPython 2.1b1 for wxMSW (wxGTK coming soon)

Lots of changes, see the README.txt for details...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-06-22 07:03:29 +00:00
parent 2233e5b82c
commit bb0054cda8
71 changed files with 9629 additions and 4102 deletions

View File

@@ -361,7 +361,7 @@ class wxGridEvent(wxGridEventPtr):
class wxNotebookEventPtr(wxCommandEventPtr):
class wxNotebookEventPtr(wxNotifyEventPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
@@ -371,6 +371,12 @@ class wxNotebookEventPtr(wxCommandEventPtr):
def GetOldSelection(self):
val = windows2c.wxNotebookEvent_GetOldSelection(self.this)
return val
def SetOldSelection(self,arg0):
val = windows2c.wxNotebookEvent_SetOldSelection(self.this,arg0)
return val
def SetSelection(self,arg0):
val = windows2c.wxNotebookEvent_SetSelection(self.this,arg0)
return val
def __repr__(self):
return "<C wxNotebookEvent instance>"
class wxNotebookEvent(wxNotebookEventPtr):
@@ -435,6 +441,7 @@ class wxNotebookPtr(wxControlPtr):
return val
def GetPage(self,arg0):
val = windows2c.wxNotebook_GetPage(self.this,arg0)
val = wxWindowPtr(val)
return val
def ResizeChildren(self):
val = windows2c.wxNotebook_ResizeChildren(self.this)
@@ -456,6 +463,35 @@ class wxNotebook(wxNotebookPtr):
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
class wxSplitterWindowPtr(wxWindowPtr):
def __init__(self,this):
self.this = this