class Tk::Tile::Labelframe

Constants

TkCommandNames
WidgetClassName

Public Class Methods

style(*args) click to toggle source
# File lib/tkextlib/tile/tlabelframe.rb, line 29
def self.style(*args)
  [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.')
end