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

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

module Tk::BLT
  module Tile
    class Toplevel < TkToplevel
      TkCommandNames = ['::blt::tile::toplevel'.freeze].freeze
    end
  end
end