A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.PasswordEntryDialog.html below:

wx.PasswordEntryDialog — wxPython Phoenix 4.2.4a1 documentation

wx.PasswordEntryDialog¶

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¶
class wx.PasswordEntryDialog(TextEntryDialog)¶

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.


Methods¶
__init__(self, parent, message, caption=GetPasswordFromUserPromptStr, defaultValue='', style=TextEntryDialogStyle, pos=DefaultPosition)¶

Constructor.

Use wx.TextEntryDialog.ShowModal to show the dialog.

Parameters:
  • 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.

Return type:

None


static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)¶
Parameters:

variant (WindowVariant)

Return type:

wx.VisualAttributes


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