Class: Tk::BWidget::SelectColor::Dialog (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/bwidget/selectcolor.rb

Class/Module Index [+]

Quicksearch

Tk::BWidget::SelectColor::Dialog

Public Instance Methods

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