summaryrefslogtreecommitdiffstats
path: root/tktable/README.blt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:32:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:32:55 (GMT)
commit1c463eec511ffd93b99d7de57821c018bbfc0b24 (patch)
treeb34d0faae2ced49ed7963e43520511d8355441a4 /tktable/README.blt
parentc6415290e8f20f16e5a62350b9de153d2bdf29a6 (diff)
downloadblt-1c463eec511ffd93b99d7de57821c018bbfc0b24.zip
blt-1c463eec511ffd93b99d7de57821c018bbfc0b24.tar.gz
blt-1c463eec511ffd93b99d7de57821c018bbfc0b24.tar.bz2
update TEA 3.13
Diffstat (limited to 'tktable/README.blt')
-rw-r--r--tktable/README.blt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tktable/README.blt b/tktable/README.blt
deleted file mode 100644
index ced2559..0000000
--- a/tktable/README.blt
+++ /dev/null
@@ -1,20 +0,0 @@
-If tkTable is used at the same time as BLT then there are two name
-conflicts to be aware of.
-
-BLT also has a table.n man page. TkTable's man page will still be
-available as tkTable.n.
-
-BLT also has a "table" command. The table command of the last
-extension loaded will be in effect. If you need to use both table
-commands then eval "rename table blttable" after loading blt and
-before loading tkTable, or perhaps "rename table tkTable" if you
-load the tkTable extension first.
-
-In general this shouldn't be a problem as long as you load tkTable
-last. The BLT "table" command facilities have been subsumed by the
-Tk "grid" command (available in Tk4.1+), so the BLT table should
-only be used in legacy code.
-
-Alternatively, if you want both or have another "table" command,
-then change the TBL_COMMAND macro in the makefile before compiling,
-and it tkTable will define your named command for the table widget.