Method: Tk::Tile::TPaned.style
- Defined in:
- lib/tkextlib/tile/tpaned.rb
.style(*args) ⇒ Object
35 36 37 |
# File 'lib/tkextlib/tile/tpaned.rb', line 35 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end |