class Tk::BWidget::PasswdDlg
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/bwidget/passwddlg.rb, line 40 def create login, passwd = simplelist(tk_call(self.class::TkCommandNames[0], @path, *hash_kv(@keys))) [login, passwd] end
Private Instance Methods
Source
# File lib/tkextlib/bwidget/passwddlg.rb, line 29 def __boolval_optkeys super() << 'passwdeditable' << 'homogeneous' end
Calls superclass method
TkConfigMethod#__boolval_optkeys
Source
# File lib/tkextlib/bwidget/passwddlg.rb, line 23 def __strval_optkeys super() << 'loginhelptext' << 'loginlabel' << 'logintext' << 'passwdlabel' << 'passwdtext' end
Calls superclass method
Tk::BWidget::MessageDlg#__strval_optkeys
Source
# File lib/tkextlib/bwidget/passwddlg.rb, line 34 def __tkvariable_optkeys super() << 'loginhelpvar' << 'logintextvariable' << 'passwdhelpvar' << 'passwdtextvariable' end
Calls superclass method
TkConfigMethod#__tkvariable_optkeys