1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
24 from stattool
import *
26 from controls
import *
28 from controls2
import *
30 from windows2
import *
34 from windows3
import *
44 def EVT_DYNAMIC_SASH_SPLIT(win
, id, func
):
45 win
.Connect(id, -1, wxEVT_DYNAMIC_SASH_SPLIT
, func
)
47 def EVT_DYNAMIC_SASH_UNIFY(win
, id, func
):
48 win
.Connect(id, -1, wxEVT_DYNAMIC_SASH_UNIFY
, func
)
50 class wxDynamicSashSplitEventPtr(wxCommandEventPtr
):
51 def __init__(self
,this
):
55 return "<C wxDynamicSashSplitEvent instance at %s>" % (self
.this
,)
56 class wxDynamicSashSplitEvent(wxDynamicSashSplitEventPtr
):
57 def __init__(self
,*_args
,**_kwargs
):
58 self
.this
= apply(gizmosc
.new_wxDynamicSashSplitEvent
,_args
,_kwargs
)
64 class wxDynamicSashUnifyEventPtr(wxCommandEventPtr
):
65 def __init__(self
,this
):
69 return "<C wxDynamicSashUnifyEvent instance at %s>" % (self
.this
,)
70 class wxDynamicSashUnifyEvent(wxDynamicSashUnifyEventPtr
):
71 def __init__(self
,*_args
,**_kwargs
):
72 self
.this
= apply(gizmosc
.new_wxDynamicSashUnifyEvent
,_args
,_kwargs
)
78 class wxDynamicSashWindowPtr(wxWindowPtr
):
79 def __init__(self
,this
):
82 def Create(self
, *_args
, **_kwargs
):
83 val
= apply(gizmosc
.wxDynamicSashWindow_Create
,(self
,) + _args
, _kwargs
)
85 def GetHScrollBar(self
, *_args
, **_kwargs
):
86 val
= apply(gizmosc
.wxDynamicSashWindow_GetHScrollBar
,(self
,) + _args
, _kwargs
)
87 if val
: val
= wxScrollBarPtr(val
)
89 def GetVScrollBar(self
, *_args
, **_kwargs
):
90 val
= apply(gizmosc
.wxDynamicSashWindow_GetVScrollBar
,(self
,) + _args
, _kwargs
)
91 if val
: val
= wxScrollBarPtr(val
)
94 return "<C wxDynamicSashWindow instance at %s>" % (self
.this
,)
95 class wxDynamicSashWindow(wxDynamicSashWindowPtr
):
96 def __init__(self
,*_args
,**_kwargs
):
97 self
.this
= apply(gizmosc
.new_wxDynamicSashWindow
,_args
,_kwargs
)
99 self
._setOORInfo
(self
)
103 def wxPreDynamicSashWindow(*_args
,**_kwargs
):
104 val
= wxDynamicSashWindowPtr(apply(gizmosc
.new_wxPreDynamicSashWindow
,_args
,_kwargs
))
110 class wxEditableListBoxPtr(wxPanelPtr
):
111 def __init__(self
,this
):
114 def SetStrings(self
, *_args
, **_kwargs
):
115 val
= apply(gizmosc
.wxEditableListBox_SetStrings
,(self
,) + _args
, _kwargs
)
117 def GetStrings(self
, *_args
, **_kwargs
):
118 val
= apply(gizmosc
.wxEditableListBox_GetStrings
,(self
,) + _args
, _kwargs
)
121 return "<C wxEditableListBox instance at %s>" % (self
.this
,)
122 class wxEditableListBox(wxEditableListBoxPtr
):
123 def __init__(self
,*_args
,**_kwargs
):
124 self
.this
= apply(gizmosc
.new_wxEditableListBox
,_args
,_kwargs
)
132 #-------------- FUNCTION WRAPPERS ------------------
136 #-------------- VARIABLE WRAPPERS ------------------
138 wxEVT_DYNAMIC_SASH_SPLIT
= gizmosc
.wxEVT_DYNAMIC_SASH_SPLIT
139 wxEVT_DYNAMIC_SASH_UNIFY
= gizmosc
.wxEVT_DYNAMIC_SASH_UNIFY
140 wxDS_MANAGE_SCROLLBARS
= gizmosc
.wxDS_MANAGE_SCROLLBARS
141 wxDS_DRAG_CORNER
= gizmosc
.wxDS_DRAG_CORNER
144 #-------------- USER INCLUDE -----------------------
146 # Stuff these names into the wx namespace so wxPyConstructObject can find them
148 wx
.wxDynamicSashSplitEventPtr
= wxDynamicSashSplitEventPtr
149 wx
.wxDynamicSashUnifyEventPtr
= wxDynamicSashUnifyEventPtr
150 wx
.wxDynamicSashWindowPtr
= wxDynamicSashWindowPtr