Class Tk::Tile::TSquare
In: tk/lib/tkextlib/tile/tsquare.rb
Parent: TkWindow

Methods

style  

Included Modules

Tk::Tile::TileWidget

Constants

TkCommandNames = ['::ttk::square'.freeze].freeze
TkCommandNames = ['::tsquare'.freeze].freeze
WidgetClassName = 'TSquare'.freeze

Public Class methods

[Source]

# File tk/lib/tkextlib/tile/tsquare.rb, line 27
  def self.style(*args)
    [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.')
  end

[Validate]