MessageDialog¶
-
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 (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 displaytitle (str, default=””)
title to be placed on dialog windowbitmap (str, default=””)
bitmap to be displayed on dialog windowpublic methods:
- public methods from DialogBase (dialog base class)