Classes | |
| class | TextDisplay |
| class | PreferencesDialog |
| class | AboutDialog |
| class | HotKeysDialog |
Functions | |
| def | MessageDialogHelper |
| def grc.gui.Dialogs.MessageDialogHelper | ( | type, | ||
| buttons, | ||||
title = None, |
||||
markup = None | ||||
| ) |
Create a modal message dialog and run it.
| type | the type of message: gtk.MESSAGE_INFO, gtk.MESSAGE_WARNING, gtk.MESSAGE_QUESTION or gtk.MESSAGE_ERROR | |
| buttons | the predefined set of buttons to use: gtk.BUTTONS_NONE, gtk.BUTTONS_OK, gtk.BUTTONS_CLOSE, gtk.BUTTONS_CANCEL, gtk.BUTTONS_YES_NO, gtk.BUTTONS_OK_CANCEL | |
| tittle | the title of the window (string) | |
| markup | the message text with pango markup |
Definition at line 69 of file Dialogs.py.
1.5.4