Package gui :: Package spin_viewer :: Module frame :: Class Load_method_page
[hide private]
[frames] | no frames]

Class Load_method_page

source code


The wizard page for specifying how to load spins.

Instance Methods [hide private]
 
add_contents(self, sizer)
Add the specific GUI elements.
source code
 
_on_select(self, event=None)
Handle the radio button switching.
source code

Inherited from wizard.Wiz_page: __init__, add_artwork, add_desc, on_apply, on_back, on_completion, on_display, on_display_post, on_execute, on_init, on_next

Class Variables [hide private]
  image_path = WIZARD_IMAGE_PATH+ 'spin.png'
  main_text = 'Select the method for loading spins into relax. ...
  title = 'Spin loading'

Inherited from wizard.Wiz_page: art_spacing, divider, height_element, setup_fail, size_button, size_square_button

Method Details [hide private]

add_contents(self, sizer)

source code 

Add the specific GUI elements.

Parameters:
  • sizer (wx.Sizer instance) - A sizer object.
Overrides: wizard.Wiz_page.add_contents

_on_select(self, event=None)

source code 

Handle the radio button switching.

Parameters:
  • event (wx event) - The wx event.

Class Variable Details [hide private]

main_text

Value:
'Select the method for loading spins into relax.  Two options are poss\
ible: the first is to read sequence information out of a text file via\
 the sequence.read user function; the second is to read in a 3D struct\
ure file via the structure.read_pdb user function and then to load the\
 spins from this structure using the structure.load_spins user functio\
n.'