Package schrodinger :: Package ui :: Module picking :: Class _PickToggle
[hide private]
[frames] | no frames]

Class _PickToggle

object --+
         |
        _PickToggle
Known Subclasses:


Base class for picking toggles. This class should be not used
directly, use the derived classes PickAtomToggle or PickBondToggle
instead

The following options are supported:
  command - will be run when button is checked or unchecked

Instance Methods [hide private]
 
__init__(self, checkbox, command, pick_text)
x.__init__(...) initializes x; see help(type(x)) for signature
 
fullCommand(self, state)
Gets called when the checkbutton is toggled.
 
on(self)
 
start(self)
 
stop(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, checkbox, command, pick_text)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

fullCommand(self, state)

 

Gets called when the checkbutton is toggled. Manages settings of all pick toggles, and then calls the user-specified command (if it exists).