Package grc.gui.Dialogs


Classes

class  TextDisplay
class  PreferencesDialog
class  AboutDialog
class  HotKeysDialog

Functions

def MessageDialogHelper


Detailed Description

Misc dialogs.
Author:
Josh Blum

Function Documentation

def grc.gui.Dialogs.MessageDialogHelper (   type,
  buttons,
  title = None,
  markup = None 
)

Create a modal message dialog and run it.

Parameters:
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
Returns:
the gtk response from run()

Definition at line 69 of file Dialogs.py.


Generated on Sat Aug 23 02:00:11 2008 for GNU Radio Companion by  doxygen 1.5.4