Tk::Tile::TEntry
# File tk/lib/tkextlib/tile/tspinbox.rb, line 87 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end
# File tk/lib/tkextlib/tile/tspinbox.rb, line 66 def __validation_class_list super() << SpinCommand end
# File tk/lib/tkextlib/tile/tspinbox.rb, line 91 def current number(tk_send_without_enc('current')) end
# File tk/lib/tkextlib/tile/tspinbox.rb, line 94 def current=(idx) tk_send('current', idx) end
# File tk/lib/tkextlib/tile/tspinbox.rb, line 98 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, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.