GetEntryDialog¶
-
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 displaytitle (str, default=””)
title to be placed on dialog windowbitmap (str, default=””)
bitmap to be displayed on dialog windowinitialvalue (str, default=””)
initial value to display in entryboxpublic methods:
- public methods from DialogBase (dialog base class)