Package gui :: Package wizards :: Module wiz_objects
[hide private]
[frames] | no frames]

Module wiz_objects

source code

Base class module for the wizard GUI elements.

Classes [hide private]
  Wiz_page
The wizard pages to be placed inside the wizard.
  Wiz_window
The wizard.
Variables [hide private]
  ds = The relax data storage obje...
  interpreter = Interpreter()
  status = Status()
  ESC_ID = 102
  __package__ = 'gui.wizards'

Imports: wx, buttons, scrolledpanel, Relax_data_store, IMAGE_PATH, fetch_icon, font, relax_icons, Interpreter, add_border, bitmap_setup, float_to_gui, str_to_gui, is_float, RelaxImplementError, Status


Variables Details [hide private]

ds

Value:
The relax data storage object.

Data pipes:
  None

Data store objects:
  __dict__ <type 'dict'>: dict() -> new empty dictionary
  __doc__ <type 'str'>: The relax data storage object.
...