Version: 2.9.4
Public Member Functions
wxPasswordEntryDialog Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/textdlg.h>

Inheritance diagram for wxPasswordEntryDialog:

Detailed Description

This class represents a dialog that requests a one-line password string from the user.

It is implemented as a generic wxWidgets dialog.

Library:  wxCore
Category:  Common Dialogs
参照:
wxPasswordEntryDialog Overview

Public Member Functions

 wxPasswordEntryDialog (wxWindow *parent, const wxString &message, const wxString &caption=wxGetPasswordFromUserPromptStr, const wxString &defaultValue=wxEmptyString, long style=wxTextEntryDialogStyle, const wxPoint &pos=wxDefaultPosition)
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxPasswordEntryDialog::wxPasswordEntryDialog ( wxWindow parent,
const wxString message,
const wxString caption = wxGetPasswordFromUserPromptStr,
const wxString defaultValue = wxEmptyString,
long  style = wxTextEntryDialogStyle,
const wxPoint pos = wxDefaultPosition 
)

Constructor.

Use wxTextEntryDialog::ShowModal to show the dialog.

Parameters:
parentParent window.
messageMessage to show on the dialog.
captionThe caption of the dialog.
defaultValueThe default value, which may be the empty string.
styleA dialog style, specifying the buttons (wxOK, wxCANCEL) and an optional wxCENTRE style. You do not need to specify the wxTE_PASSWORD style, it is always applied.
posDialog position.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines