A vertically-scrolled window which allows subwindows to change their
size, and adjusts accordingly.
|
__init__(self,
parent,
id,
pos=wx.DefaultPosition,
size=wx.DefaultSize) |
source code
|
|
|
|
|
Newline(self)
Starts a newline on the widget |
source code
|
|
|
DoLayout(self)
Overridden by descendants, this function uses AddWidget and Newline
to form the outline of the widget |
source code
|
|
|
ReSize(self,
widget,
new_height)
Called when a child widget has a new height, redoes the layout. |
source code
|
|
|
|
|
|
|
|
|
Clear(self)
Clears all widgets where this makes sense |
source code
|
|
|
|
|
GetPickList(self,
callback,
x_intended,
y_intended)
Returns a pick list, destroying a pre-existing pick list for this
widget |
source code
|
|
|
GetSummary(self)
Gets a terse summary string for the data in the widget |
source code
|
|