Method: Tk::BWidget::SelectColor::Dialog#create
- Defined in:
- lib/tkextlib/bwidget/selectcolor.rb
#create ⇒ Object
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 |