• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demos/H03-May-2022-1,126801

doc/H03-May-2022-1,4331,327

generic/H15-Nov-2008-12,8208,277

library/H15-Nov-2008-1,478906

tclconfig/H15-Nov-2008-4,2143,863

tests/H15-Nov-2008-929839

unix/H15-Nov-2008-5745

win/H15-Nov-2008-265156

ChangeLogH A D14-Nov-200857.6 KiB1,7011,160

Makefile.inH A D03-May-202216.5 KiB489261

README.bltH A D22-Mar-2000912 2116

aclocal.m4H A D12-Mar-2002147 107

configureH A D03-May-2022346.5 KiB12,1349,881

configure.inH A D14-Nov-20087.3 KiB18836

README.blt

1If tkTable is used at the same time as BLT then there are two name
2conflicts to be aware of.
3
4BLT also has a table.n man page.  TkTable's man page will still be
5available as tkTable.n.
6
7BLT also has a "table" command.  The table command of the last
8extension loaded will be in effect.  If you need to use both table
9commands then eval "rename table blttable" after loading blt and
10before loading tkTable, or perhaps "rename table tkTable" if you
11load the tkTable extension first.
12
13In general this shouldn't be a problem as long as you load tkTable
14last.  The BLT "table" command facilities have been subsumed by the
15Tk "grid" command (available in Tk4.1+), so the BLT table should
16only be used in legacy code.
17
18Alternatively, if you want both or have another "table" command,
19then change the TBL_COMMAND macro in the makefile before compiling,
20and it tkTable will define your named command for the table widget.
21