summaryrefslogtreecommitdiff
path: root/trunk/ext/tk/lib/tkextlib/blt/tile/label.rb
blob: f370c1403b9a307ac81bed7db3352feb131c3ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  tkextlib/blt/tile/label.rb
#                               by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
#

require 'tk'
require 'tk/label'
require 'tkextlib/blt/tile.rb'

module Tk::BLT
  module Tile
    class Label < Tk::Label
      TkCommandNames = ['::blt::tile::label'.freeze].freeze
    end
  end
end