Tk::Tile::TEntry
# 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')) end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 44 def current=(idx) tk_send_without_enc('current', idx) end
# File tk/lib/tkextlib/tile/tcombobox.rb, line 48 def set(val) tk_send('set', val) end
This page was generated for Ruby 2.2.10
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.