Class | Tk::Tile::TCombobox |
In: |
tk/lib/tkextlib/tile/tcombobox.rb
|
Parent: | Tk::Tile::TEntry |
TkCommandNames | = | ['::ttk::combobox'.freeze].freeze |
TkCommandNames | = | ['::tcombobox'.freeze].freeze |
WidgetClassName | = | 'TCombobox'.freeze |
# File tk/lib/tkextlib/tile/tcombobox.rb, line 37 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 41 def current number(tk_send_without_enc('current', idx)) end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 44 def current=(idx) tk_send_without_enc('current', idx) end