tkgoodstuff/libs
jaeger401 4f7239111f Tcl/Tk 8.5 conversion; compiles but doesn't run
Compilation throws a ton of warnings, but it's unclear if those
are expected (i.e., pre-existing) or not. Compilation works, but
the resulting executable dies with an error:

"upvar won't create a scalar variable that looks like an array element"
2015-07-08 10:45:00 -04:00
..
compat Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
clientWin.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
COPYRIGHT.TkSteal Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
default.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
fvwmlib.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
Makefile Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
Makefile.in Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
module.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
notes Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
README Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
README-tkFvwm Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
README-xpm Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tixImgXpm.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkAppInit.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkFvwm.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkg.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkg.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkgButton.c Tcl/Tk 8.5 conversion; compiles but doesn't run 2015-07-08 10:45:00 -04:00
tkgButton.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkgFrame.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkgUnixButton.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkInt.h Tcl/Tk 8.5 conversion; compiles but doesn't run 2015-07-08 10:45:00 -04:00
tkPort.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkUnixPort.h Tcl/Tk 8.5 conversion; compiles but doesn't run 2015-07-08 10:45:00 -04:00
tkXAccess.c Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00
tkXAccess.h Initial commit of Mark Crimmins' code as of Oct. 1, 1997. 2015-07-08 10:33:48 -04:00

(README for the libtkg package)

This is an extension to be used with tk8.0, which includes:

  - a tkgbutton and tkgframe extension, with image+text buttons
    (labels, checkbutton, radiobuttons, and menubuttons), as
    well as "tiled" images in frames and buttons (and labels,
    etc.).
  - a tkfvwm extension 
  - an xpm image type extension

The latter two have their own README's.

This package is compiled and installed automatically in the
tkgoodstuff installation process.