Requirement:
You have to use the glxwin-1.3.1/ source in my src/ directory and
recompile the libtkGLX.a for TK 4.0. If you have an older version of
libtkGLX.a for Tk 3.6, it will link into tixwish but will give you
coredump when you bring up a GL widget.
How to make a tixwish that uses the GL widgets:
Type "make tgsh" inside Tix4.0/src. This will give you a shell that
is basically tixwish + GL widgets. When you have it, try out the GL
widget demos inside Tix4.0/test. For example, colorspc.tcl.
These are the SGI demos that work: in Tix4.0/test:
colorblk.tcl
colored.tcl
colorspc.tcl
These don't work yet
matedit.tcl
Menus in the Popup Plane
This now works as a hack: files modified:
tkMenu.c
menu.tcl
You need to set these resources in your app: See test/poplane.tcl.
Details now fixed yet.
option add *TixMenu*visual {best 2}
option add *TixMenu*colormap new
option add *TixPopupMenu*visual {best 2}
option add *TixPopupMenu*colormap new
option add *TixPopupMenu.installColormap true
option add *TixPopupMenu*menubutton.background gray90
option add *TixBalloon*visual {best 2}
option add *TixBalloon.colormap new
option add *TixBalloon*background #808060
option add *TixBalloon.installColormap true
Last modified Jun 21 13:57 ---
Serial 804211141