class Tk::BWidget::SelectColor::Dialog
Public Instance Methods
Source
# File lib/tkextlib/bwidget/selectcolor.rb, line 59 def create @keys['type'] = 'dialog' # 'dialog' type returns color tk_call(Tk::BWidget::SelectColor::TkCommandNames[0], @path, *hash_kv(@keys)) end
Source
# File lib/tkextlib/bwidget/selectcolor.rb, line 54 def create_self(keys) super(keys) @keys['type'] = 'dialog' end
Calls superclass method
Tk::BWidget::MessageDlg#create_self