Bases: decida.ItclObjectx.ItclObjectx, decida.DialogBase.DialogBase
generic message dialog.
synopsis:
StatusDialog is a generic dialog for displaying status 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.
- title (string) (optional, default="")
title to be placed on dialog window
- bitmap (string) (optional, default="")
bitmap to be displayed on dialog window
- command (function) (default=None)
command to update status
configuration options:
- verbose (bool, default=False)
enable verbose mode
- update_time_ms (int, default=1000)
time interval to check status, in milliseconds
public methods:
- public methods from ItclObjectx
- public methods from DialogBase
post dialog and wait for user response.