Tk::Tile::TEntry
# File tk/lib/tkextlib/tile/tcombobox.rb, line 38 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 42 def current number(tk_send_without_enc('current')) end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 45 def current=(idx) tk_send_without_enc('current', idx) end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 49 def set(val) tk_send('set', val) end
This page was generated for Ruby 2.3.4
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.36.0.