aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/tkHTML.rb
blob: f32aed99f1d83b35236c5e524007d66a450a4f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  TkHtml support
#                               by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
#

# call setup script for general 'tkextlib' libraries
require 'tkextlib/setup.rb'

# library directory
dir = File.expand_path(__FILE__).sub(/#{File.extname(__FILE__)}$/, '')

# call setup script
require File.join(dir, 'setup.rb')

# load library
require File.join(dir, 'htmlwidget')