Module Settings :: Class ConfigChoice
[hide private]
[frames] | no frames]

Class ConfigChoice

source code

Menu.Choice --+
              |
             ConfigChoice
Known Subclasses:
VolumeConfigChoice

Instance Methods [hide private]
 
__init__(self, config, section, option, autoApply=True) source code
 
change(self, value) source code
 
apply(self) source code

Inherited from Menu.Choice: getText, selectNextValue, selectPreviousValue, trigger

Method Details [hide private]

__init__(self, config, section, option, autoApply=True)
(Constructor)

source code 
Overrides: Menu.Choice.__init__