That said, this functionality might come back, especially when
<ahref="http://www.tcl.tk/cgi-bin/tct/tip/">TIP #257</a> is implemented.
Instead, in version 2,
create a Tcl function that takes the Togl widget as an argument.
Functions written in C can get the underlying Togl structure handle
with either the <code>Togl_GetToglFromObj</code>
or the <code>Togl_GetToglFromName</code> function,
as appropriate.
This means that there are no special Togl commands, only Tcl commands.
See the <ahref="tclapi.html">C API</a> for details.
<h2><aname="stereo">Stereo changes</a></h2>
The stereo support has been totally revamped.
Some <ahref="stereo.html">form of stereo</a> is available all of the time.
<h2><aname="fonts">Font changes</a></h2>
Tcl support for writing strings has been added.
<p>
The <ahref="capi.html#font">font C API</a> has been revised
so that Togl_LoadBitmapFont returns a font object instead an integer
(likewise for Togl_UnloadBitmapFont).
So instead of calling glListBase and glCallLists directly,
use Togl_WriteObj or Togl_WriteChars.
<p>
The TOGL_BITMAP_* constants remain for limited backwards
source compatibility and are deprecated.
The acceptable font names are now the same as Tk_GetFont
and the Tk font command on all platforms.
<hr>
<ahref="http://sourceforge.net/projects/togl">
<imgsrc="http://sflogo.sourceforge.net/sflogo.php?group_id=519&type=13"width="120"height="30"border="0"alt="Get Togl at SourceForge.net. Fast, secure and Free Open Source software downloads">