From: Vince D. <vi...@sa...> - 2002-07-25 08:35:03
|
> | As far as I know, no driver depends on anything in other drivers so > | that should not be an issue. This is untrue of the 'tk' driver. While I am sure it is possible to remove any link-time dependencies through use of appropriate stubs, dispatch tables etc, actually using the tk driver uses the 'plframe' widget which in turn *requires* the xwin driver to operate. Therefore it is meaningless to talk about the 'tk' driver unless the 'xwin' driver is available... (at least that's how I understand it). In this respect the new 'tkwin' driver is better -- it just depends on external things (availability of tcl/tk). -- Vince <http://www.santafe.edu/~vince> |