Method: Tk::BWidget::SelectColor::Dialog#create

Defined in:
lib/tkextlib/bwidget/selectcolor.rb

#createObject



59
60
61
62
63
# 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