Source: show | on GitHub
# File ext/tk/lib/tkextlib/bwidget/selectcolor.rb, line 58 def create @keys['type'] = 'dialog' # 'dialog' type returns color tk_call(Tk::BWidget::SelectColor::TkCommandNames[0], @path, *hash_kv(@keys)) end
# File ext/tk/lib/tkextlib/bwidget/selectcolor.rb, line 53 def create_self(keys) super(keys) @keys['type'] = 'dialog' end