Package gui :: Package spin_viewer :: Module containers :: Class Root
[hide private]
[frames] | no frames]

Class Root

source code


The root container.

Instance Methods [hide private]
 
__init__(self, box, parent)
Set up the root container.
source code

Inherited from Container_base: create_head_text, create_subtitle, create_title

Class Variables [hide private]

Inherited from Container_base: border

Method Details [hide private]

__init__(self, box, parent)
(Constructor)

source code 

Set up the root container.

Parameters:
  • box (wx object) - The box sizer element to pack the contents into.
  • parent (wx object) - The parent GUI element.