Module wiz_objects
source code
Base class module for the wizard GUI elements.
    |  | 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
| 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.
... | 
 |