[GRASS-dev] Current state of GUIs on Win32
Glynn Clements
glynn at gclements.plus.com
Wed Mar 12 00:27:45 EDT 2008
Benjamin Ducke wrote:
> Tk 8.5.1 has new widgets that are closer to the Win native ones.
> NVIZ uses those, but the module forms and gis.m don't, resulting in
> a strange look and feel.
That implies that NVIZ is linking against 8.5 Tcl/Tk DLLs, but
$GRASS_WISH refers to an older version.
Essentially, NVIZ, v.digit (the Tcl/Tk one) and the form library used
by e.g. d.what.vect are hybrid Tcl/Tk + C programs which link against
the Tcl/Tk libraries as detected by configure. OTOH, d.m, gis.m,
d.rast.edit (the Tcl/Tk one) and the option forms are all pure Tcl/Tk
code (no C) which is executed using $GRASS_WISH.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list