Sha256: 711ca81fac901550966f72131c6cfadeabb3bda734e6d3c6bbf6057efa71ab67

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

#
#  tkextlib/blt/tile/checkbutton.rb
#                               by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
#

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

module Tk::BLT
  module Tile
    class CheckButton < Tk::CheckButton
      TkCommandNames = ['::blt::tile::checkbutton'.freeze].freeze
    end
    Checkbutton = CheckButton
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tk-win-0.2.2-x86-mingw32 lib/tkextlib/blt/tile/checkbutton.rb
tk-win-0.2.1-x86-mingw32 lib/tkextlib/blt/tile/checkbutton.rb
tk-win-0.2.0-x86-mingw32 lib/tkextlib/blt/tile/checkbutton.rb
tk_as_gem-0.1.0 ext/lib/tkextlib/blt/tile/checkbutton.rb
tk_as_gem-0.0.1 ext/lib/tkextlib/blt/tile/checkbutton.rb
tk_as_gem-0.0.0 ext/lib/tkextlib/blt/tile/checkbutton.rb