|
|
init(self,
app_name,
loaded,
unloaded,
timestamp,
**kwargs)
Creates and shows the chooser dialog and its components. |
source code
|
|
|
|
activate(self,
timestamp,
present=True,
**kwargs)
Try to bring the window to the foreground. |
source code
|
|
|
gtk.Widget
|
|
|
|
|
|
|
|
|
|
|
|
|
close(self)
Closes the chooser, preventing further chooser interaction with
the user. |
source code
|
|
|
string
|
|
|
Inherited from AccessEngine.AEChooser.AEChooser:
__call__,
__init__,
update
Inherited from AccessEngine.AEUserInterface.AEUserInterface:
getClassName,
getDescription,
getPath
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
integer
|
RAISE = RAISE
raise load priority (lower in stack) of AccessEngine.AEScript in
list of scripts
|
|
integer
|
LOWER = LOWER
lower load priority (raise in stack) of AccessEngine.AEScript in
list of scripts
|
|
integer
|
TO_LOAD = TO_LOAD
indicates a AccessEngine.AEScript is to be loaded in the current
AETier, if OK or APPLY buttons are then
selected.
|
|
integer
|
TO_UNLOAD = TO_UNLOAD
indicates a AccessEngine.AEScript is to be unloaded from the
current AETier, if OK or APPLY buttons are then
selected.
|
|
boolean
|
APP_SINGLETON = True
Allow only one instance of a chooser to exist at a time for a
given application? This flag should be overriden by a subclass to
indicate whether the chooser is an application singleton or not.
|
|
Inherited from AccessEngine.AEChooser.AEChooser:
APPLY,
CANCEL,
GLOBAL_SINGLETON,
OK
|