Module A11yChooser :: Class A11yChooser
[hide private]
[frames] | no frames]

Class A11yChooser

source code

                                  object --+        
                                           |        
AccessEngine.AEUserInterface.AEUserInterface --+    
                                               |    
                AccessEngine.AEChooser.AEChooser --+
                                                   |
                                                  A11yChooser

Shows a dialog that lets the user choose whether to enable or disable desktop accessibility at startup.

Instance Methods [hide private]
 
init(self, **kwargs)
Creates and shows the chooser dialog and its components.
source code
 
_onResponse(self, widget, response)
Processes the yes/no response and closes the dialog.
source code
 
close(self)
Closes the chooser, preventing further interaction with the user.
source code
string
getName(self)
Gets the name of the chooser.
source code

Inherited from AccessEngine.AEChooser.AEChooser: __call__, __init__, activate, update

Inherited from AccessEngine.AEUserInterface.AEUserInterface: getClassName, getDescription, getPath

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

Class Variables [hide private]

Inherited from AccessEngine.AEChooser.AEChooser: APPLY, APP_SINGLETON, CANCEL, GLOBAL_SINGLETON, OK

Instance Variables [hide private]
gtk.MessageDialog dialog
Message dialog

Inherited from AccessEngine.AEChooser.AEChooser: aid, block_signals

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

init(self, **kwargs)

source code 
Creates and shows the chooser dialog and its components.
Overrides: AccessEngine.AEChooser.AEChooser.init

_onResponse(self, widget, response)

source code 
Processes the yes/no response and closes the dialog.
Parameters:
  • widget (gtk.Widget) - Source of GUI event

close(self)

source code 
Closes the chooser, preventing further interaction with the user.
Overrides: AccessEngine.AEChooser.AEChooser.close

getName(self)

source code 
Gets the name of the chooser.
Returns: string
Human readable name of the chooser
Overrides: AccessEngine.AEUserInterface.AEUserInterface.getName