Popular recipes by Paul Obermeier http://code.activestate.com/recipes/users/130521/2001-09-20T19:42:56-07:00ActiveState Code RecipesExample application framework (Tcl) 2001-09-20T12:50:25-07:00Paul Obermeierhttp://code.activestate.com/recipes/users/130521/http://code.activestate.com/recipes/68426-example-application-framework/ <p style="color: grey"> Tcl recipe 68426 by <a href="/recipes/users/130521/">Paul Obermeier</a> (<a href="/recipes/tags/binding/">binding</a>). </p> <p>This script demonstrates how to create a Windows-alike application. It may serve as a starting point for your own applications.</p> CanvasToImg (Tcl) 2001-09-12T14:50:33-07:00Paul Obermeierhttp://code.activestate.com/recipes/users/130521/http://code.activestate.com/recipes/68411-canvastoimg/ <p style="color: grey"> Tcl recipe 68411 by <a href="/recipes/users/130521/">Paul Obermeier</a> (<a href="/recipes/tags/graphics/">graphics</a>, <a href="/recipes/tags/math/">math</a>). </p> <p>Save the contents of a canvas to an image file.</p> Simple Toolbar package (Tcl) 2001-09-20T12:45:52-07:00Paul Obermeierhttp://code.activestate.com/recipes/users/130521/http://code.activestate.com/recipes/68425-simple-toolbar-package/ <p style="color: grey"> Tcl recipe 68425 by <a href="/recipes/users/130521/">Paul Obermeier</a> (<a href="/recipes/tags/binding/">binding</a>). </p> <p>One possible way to implement a simple toolbar. Should be self-explaining.</p> <p>See also recipe poAppFrame for an example application framework, where this package is used.</p> <p>Have fun</p> Simple Toolhelp package (Tcl) 2001-09-20T19:42:56-07:00Paul Obermeierhttp://code.activestate.com/recipes/users/130521/http://code.activestate.com/recipes/68414-simple-toolhelp-package/ <p style="color: grey"> Tcl recipe 68414 by <a href="/recipes/users/130521/">Paul Obermeier</a> (<a href="/recipes/tags/binding/">binding</a>). Revision 2. </p> <p>One possible way to implement a toolhelp widget. Should be self-explaining.</p> <p>See also recipe poAppFrame for an example application framework, where this package is used.</p> <p>Have fun</p>