Note:
MW: constant SEPARATOR should be turned into a setting so users
can decided on which characters to use (comma, plus, ...)
|
|
init(self,
**kwargs)
Creates and shows the chooser dialog and its components. |
source code
|
|
|
|
|
|
|
|
|
|
_createNode(self,
scriptName)
Creates a new root node in the TreeStore model with the name of
the script. |
source code
|
|
|
|
_insertRow(self,
desc,
kb,
device,
parent=None)
Appends a new row with the new keybinding data to the
treeview. |
source code
|
|
|
gtk.TreeIter or None
|
_getIterator(self,
nodeName)
Returns the iterator matching the node name passed as argument or
None if the node was not found. |
source code
|
|
|
|
|
|
|
close(self)
Closes the chooser, preventing further chooser interaction with
the user. |
source code
|
|
|
string
|
|
|
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__
|