| 
  | __init__(self,
        box,
        parent,
        mol_name=None,
        res_num=None,
        res_name=None,
        spin_num=None,
        spin_name=None,
        spin_id=None,
        select=True)
    (Constructor)
 | source code |  Set up the spin container. 
    Parameters:
        box(wx object) - The box sizer element to pack the contents into.parent(wx object) - The parent GUI element.mol_name(str) - The molecule name.res_num(str) - The residue number.res_name(str) - The residue name.spin_num(str) - The spin number.spin_name(str) - The spin name.spin_id(str) - The spin ID string.select(bool) - The selection state. |