| I am trying to use the TclCommand class from RTD in my own Tcl program.
I have followed the DIR example in the TclCommand man page
int DIR_Init(Tcl_Interp *interp)
The objects defined in the Rtd package are all Tkwidgets, so the
ps. I'm using Tcl8.0 + gcc on Linux/ELF
---------------------------------------------------------------------- |