Class | HIGAlertDialog | Undocumented |
Class | BaseDialog | Undocumented |
Function | messagedialog | Create and show a MessageDialog. |
Function | error | Undocumented |
Function | info | Undocumented |
Function | warning | Undocumented |
Function | yesno | Undocumented |
Function | open | No summary |
Function | selectfolder | No summary |
Function | ask_overwrite | Undocumented |
Function | save | Displays a save dialog. |
Function | password | No summary |
Function | _simple | Undocumented |
Function | _test | Undocumented |
Create and show a MessageDialog.
Parameters | dialog_type | one of constants
|
short | A header text to be inserted in the dialog. | |
long | A long description of message. | |
parent | The parent widget of this dialog (type: a gtk.Window subclass) | |
buttons | The button type that the dialog will be display, one of the constants:
or a tuple or 2-sized tuples representing label and response. If label is a stock-id a stock icon will be displayed. | |
default | optional default response id |
Displays an open dialog.
Parameters | title | the title of the folder, defaults to 'Select folder' |
parent | parent gtk.Window or None | |
patterns | a list of pattern strings ['*.py', '*.pl'] or None | |
folder | initial folder or None | |
filter | a filter to use or None, is incompatible with patterns |
Displays a select folder dialog.
Parameters | title | the title of the folder, defaults to 'Select folder' |
parent | parent gtk.Window or None | |
folder | initial folder or None |