Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Module dialogs |
|
Classes | |
---|---|
BaseDialog |
|
HIGAlertDialog |
Function Summary | |
---|---|
_(m)
| |
ask_overwrite(filename,
parent)
| |
error(short,
long,
parent,
buttons,
default)
| |
info(short,
long,
parent,
buttons,
default)
| |
Create and show a MessageDialog. | |
Displays an open dialog. | |
string or None |
Shows a password dialog and returns the password entered in the dialog |
Displays a save dialog. | |
warning(short,
long,
parent,
buttons,
default)
| |
yesno(text,
parent,
default,
buttons)
|
Function Details |
---|
messagedialog(dialog_type, short, long=None, parent=None, buttons=<Fake gtk.BUTTONS_OK>, default=-1)Create and show a MessageDialog.
|
open(title='', parent=None, patterns=[], folder=None, filter=None)Displays an open dialog.
|
password(primary='', secondary='', parent=None)Shows a password dialog and returns the password entered in the dialog
|
save(title='', parent=None, current_name='', folder=None)Displays a save dialog. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 29 16:42:58 2007 | http://epydoc.sf.net |