class Tk::Tile::Progress

Constants

TkCommandNames
WidgetClassName

Public Class Methods

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