GetEntryDialog

_images/GetEntryDialog.jpg
class decida.GetEntryDialog.GetEntryDialog(parent=None, message='', title='', bitmap='question', initialvalue='')

Bases: decida.DialogBase.DialogBase

synopsis:

GetEntryDialog is a dialog for returning an entry box contents.

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

initialvalue (str, default=””)

initial value to display in entrybox

public methods:

  • public methods from DialogBase (dialog base class)