This class represents a dialog that requests a one-line password string from the user.
It is implemented as a generic wxWidgets dialog.
See also
wx.
PasswordEntryDialog
(TextEntryDialog)¶Possible constructors:
PasswordEntryDialog(parent, message,
caption=GetPasswordFromUserPromptStr, defaultValue="",
style=TextEntryDialogStyle, pos=DefaultPosition)
This class represents a dialog that requests a one-line password string from the user.
__init__
(self, parent, message, caption=GetPasswordFromUserPromptStr, defaultValue="", style=TextEntryDialogStyle, pos=DefaultPosition)¶Constructor.
Use wx.TextEntryDialog.ShowModal
to show the dialog.
Parameters: |
|
---|