|
|
promptForItemValues(title,
item,
attrList)
Given an item and a list of attributes, display a modal dialog
with a text field per attribute, with each field populated directly
from the item's attribute values. |
source code
|
|
|
|
|
|
|
promptUserAction(title,
message,
okayTitle=u'',
cancelTitle=u'')
Prompt the user to choose between two actions, as defined by the
two buttons in the dialog. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| ShowMessageDialog(message,
caption,
flags,
resultsTable=<Locale: en_US>,
textTable=<Locale: en_US>) |
source code
|
|
|
|
| showFileDialog(parent,
message,
defaultDir,
defaultFile,
wildcard,
style) |
source code
|
|
|
|
|
|
|
|