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

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

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