Home | Trees | Indices | Help |
|
---|
|
wx.Window --+ | cMultiSash
Main multisash widget. Dynamically displays a stack of child widgets.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Method Details |
Retrieves the currently focused leaf. Typically, used to process some action over the focused widget. |
Adds he supplied content widget to the multisash, setting it as child of the bottom leaf. @param content The new content widget to add. @type content Any wx.Window derived object. |
Updates the field that keeps track of the bottom leaf. It is required to ensure new leafs are created under the bottom one. If the bottom leaf is supplied as parameter, it is set. Typically, after a new leaf has been added/created. If the bottom leaf ins not supplied ad parameter, it will be dinamically obtained. Typically, after leaf destruction. @param bottom_leaf The leaf to be set as bottom one @type bottom_leaf wx.MultiViewLeaf |
Recursively find all displayed leafs. @param splitter The multisash splitter to traverse its leafs for. @type splitter cMultiSashSplitter |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 10 01:55:20 2018 | http://epydoc.sourceforge.net |