MessageDialog¶
- class decida.MessageDialog.MessageDialog(parent=None, message='', title='', bitmap='info')¶
Bases:
DialogBasesynopsis:
MessageDialog is a generic dialog for displaying information.
constructor arguments:
parent (tk 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)