MessageDialog

_images/MessageDialog.jpg
class decida.MessageDialog.MessageDialog(parent=None, message='', title='', bitmap='info')

Bases: decida.DialogBase.DialogBase

synopsis:

MessageDialog is a generic dialog for displaying information.

constructor arguments:

parent (Tkinter handle, default=None)

handle of frame or other widget to pack plot in. if this is not specified, top-level is created.

message (str, default=””)

message to display

title (str, default=””)

title to be placed on dialog window

bitmap (str, default=””)

bitmap to be displayed on dialog window

public methods:

  • public methods from DialogBase (dialog base class)