StatusDialog¶
- class decida.StatusDialog.StatusDialog(parent=None, title='', bitmap='info', command=None, **kwargs)¶
Bases:
ItclObjectx,DialogBasesynopsis:
Generic message dialog for status information.
StatusDialog is a generic dialog for displaying status 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.
title (str, default=””)
title to be placed on dialog window
bitmap (str, 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
- go()¶
post dialog and wait for user response.