Bases: decida.DialogBase.DialogBase
generic message dialog.
synopsis:
MessageDialog is a generic dialog for displaying information.
constructor arguments:
- parent (Tkinter handle) (optional, default=None)
handle of frame or other widget to pack plot in. if this is not specified, top-level is created.
- message (text) (optional, default="")
message to display
- title (string) (optional, default="")
title to be placed on dialog window
- bitmap (string) (optional, default="")
bitmap to be displayed on dialog window
public methods: