Methods
C
Instance Public methods
create()
# 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
create_self(keys)
# File ext/tk/lib/tkextlib/bwidget/selectcolor.rb, line 53
def create_self(keys)
  super(keys)
  @keys['type'] = 'dialog'
end