# File tk/lib/tkextlib/bwidget/selectcolor.rb, line 58defcreate@keys['type'] = 'dialog'# 'dialog' type returns colortk_call(Tk::BWidget::SelectColor::TkCommandNames[0],
@path, *hash_kv(@keys))
end
create_self(keys)click to toggle source
# File tk/lib/tkextlib/bwidget/selectcolor.rb, line 53defcreate_self(keys)
super(keys)
@keys['type'] = 'dialog'end