Contains a Toolbutton for a title and some Window-manager-like control
buttons in the upper right corner
|
__init__(self,
master,
layout=None,
copy_stage=None,
stage_type=None,
icons=None)
Create a DesmondStageFrame instance |
|
|
|
layOut(self,
copy_stage=None)
Lay out any custom widgets |
|
|
|
initialize(self,
copy_stage=None)
Perform any custom initialization before the widget is finalized |
|
|
|
createControlButtons(self)
Create upper-right corner control buttons as requested by the user |
|
|
|
createIconsIfNecessary(self)
Factory to create button icons if they have not been created |
|
|
|
|
|
updateLabel(self)
Set the label of the title button that toggles the stage open and
closed |
|
|
|
moveUp(self)
Move the stage up towards the top of the panel 1 stage |
|
|
|
moveDown(self)
Move the stage down towards the bottom of the panel 1 stage |
|
|
|
delete(self)
Delete this stage |
|
|
|
copy(self)
Create a copy of this stage |
|
|
|
reset(self)
Resets the parameters to their default values. |
|
|