wxRuby Documentation Home

Wx::PasswordEntryDialog

This class represents a dialog that requests a one-line password string from the user. It is implemented as a generic Widgets dialog.

Derived from

TextEntryDialog

Dialog

Window

EvtHandler

Object

See also

PassowrdEntryDialog overview

Methods

PasswordEntryDialog.new

PasswordEntryDialog.new(Window parent,  String message, 
                        String caption = "Enter password", 
                        String defaultValue = "", 
                        Integer style = OK CANCEL CENTRE, 
                        Point pos = DEFAULT_POSITION)

Constructor. Use TextEntryDialog#show_modal to show the dialog.

Parameters

[This page automatically generated from the Textile source at Thu May 01 00:50:42 +0100 2008]