class Tk::BWidget::PasswdDlg

Constants

TkCommandNames
WidgetClassName

Public Instance Methods

create() click to toggle 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