]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/SashSplitter.py
1 """Decorator classes for documentation and shell scripting.
4 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __revision__
= "$Revision$"[11:-2]
9 # These are not the real wxPython classes. These are Python versions
10 # for documentation purposes. They are also used to apply docstrings
11 # to the real wxPython classes, which are SWIG-generated wrappers for
15 import Parameters
as wx
16 from Window
import Window
19 class SashWindow(Window
):
26 def GetDefaultBorderSize(self
):
30 def GetEdgeMargin(self
):
34 def GetExtraBorderSize(self
):
38 def GetMaximumSizeX(self
):
42 def GetMaximumSizeY(self
):
46 def GetMinimumSizeX(self
):
50 def GetMinimumSizeY(self
):
54 def GetSashVisible(self
):
62 def SetDefaultBorderSize(self
):
66 def SetExtraBorderSize(self
):
70 def SetMaximumSizeX(self
):
74 def SetMaximumSizeY(self
):
78 def SetMinimumSizeX(self
):
82 def SetMinimumSizeY(self
):
86 def SetSashBorder(self
):
90 def SetSashVisible(self
):
99 class SashLayoutWindow(SashWindow
):
106 def GetAlignment(self
):
110 def GetOrientation(self
):
114 def SetAlignment(self
):
118 def SetDefaultSize(self
):
122 def SetOrientation(self
):
131 class SplitterWindow(Window
):
138 def GetBorderSize(self
):
142 def GetMinimumPaneSize(self
):
146 def GetNeedUpdating(self
):
150 def GetSashPosition(self
):
154 def GetSashSize(self
):
158 def GetSplitMode(self
):
162 def GetWindow1(self
):
166 def GetWindow2(self
):
170 def Initialize(self
):
178 def ReplaceWindow(self
):
182 def SetBorderSize(self
):
186 def SetMinimumPaneSize(self
):
190 def SetNeedUpdating(self
):
194 def SetSashPosition(self
):
198 def SetSashSize(self
):
202 def SetSplitMode(self
):
206 def SizeWindows(self
):
210 def SplitHorizontally(self
):
214 def SplitVertically(self
):