|
|
__init__(self,
chooser,
ordered=True,
activatable=True,
wrap=450)
Initializes the view by constructing the list view and populating
it with data. |
source code
|
|
|
boolean
|
isDirty(self)
Gets if the order or load/unload status has been changed by the
user. |
source code
|
|
|
|
|
|
integer
|
|
|
gtk.Widget
|
getWidget(self)
Gets the root widget for the view, either the box when the view
supports UIE ordering or the tree view when it does not. |
source code
|
|
|
list of string
|
|
|
2-tuple of list, list
|
|
|
|
|
|
|
|
|
|
|
|
|
_onCursorChanged(self,
tv)
Determines whether or not raise/lower button should be enabled (in
Gtk terms, whether or not the 'sensitive' flag is set to True). |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
boolean
|
changed
Has the view been maniuplated in any way?
|
|
weakref.proxy for AccessEngine.AEChooser
|
chooser
Chooser that is showing this view
|
|
list of 3-tuple of string
|
loaded
Class names, names, and descriptions of all loaded
AccessEngine.AEUserInterfaces
|
|
gtk.Button
|
lower_button
button to lower priority of AccessEngine.AEScripts
|
|
gtk.Button
|
raise_button
button to raise priority of AccessEngine.AEScripts
|
|
gtk.TreeView
|
uie_tv
List view of all AccessEngine.AEUserInterfaces
|
|
list of 3-tuple of string
|
unloaded
Class names, names, and descriptions of all AEUserInterfaces
|