class Tk::Tile::TSeparator
Constants
- TkCommandNames
- WidgetClassName
Public Class Methods
style(*args)
click to toggle source
# File lib/tkextlib/tile/tseparator.rb, line 28 def self.style(*args) [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.') end