This class represents a dialog that requests a one-line password string from the user.
It is implemented as a generic wxWidgets dialog.
Class Hierarchy¶Inheritance diagram for class
PasswordEntryDialog:
Methods Summary¶ Class API¶Possible constructors:
PasswordEntryDialog(parent, message, caption=GetPasswordFromUserPromptStr, defaultValue='', style=TextEntryDialogStyle, pos=DefaultPosition) -> None
This class represents a dialog that requests a one-line password string from the user.
Constructor.
Use wx.TextEntryDialog.ShowModal
to show the dialog.
parent (wx.Window) â Parent window.
message (string) â Message to show on the dialog.
caption (string) â The caption of the dialog.
defaultValue (string) â The default value, which may be the empty string.
style (long) â A dialog style, specifying the buttons (wx``wx.OK``, wx.CANCEL
) and an optional wx.CENTRE
style. You do not need to specify the wx.TE_PASSWORD
style, it is always applied.
pos (wx.Point) â Dialog position.
None
variant (WindowVariant)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4