Tk examples

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
Fanda
Posts: 253
Joined: Tue Aug 02, 2005 6:40 am
Contact:

Tk examples

Post by Fanda »

Hi!
I would like to recommend some Tk examples:

Go to:
http://www.activestate.com/Products/Dow ... =ActiveTcl
and download ActiveTcl for your platform.

After installation go to subdirectory: demos\Tk and run widget.tcl (on Win32 you should be able to just double click on it).
It shows all kinds of stuff that you can do with standard Tk.

There is also demo for BWidgets under demos\BWidgets\demo.tcl

Manual for all this can be found here:
http://downloads.activestate.com/Active ... tml.tar.gz
Main file is: at.pkg_index.html

Enjoy, Fanda

Locked