About 2,980 results
Open links in new tab
  1. GUI - Tcl

    Many toolkits for the creation of GUI's exist. In the Tcl world, Tk is one of the most commonly used, but there are Tcl bindings for other toolkits as well; see for instance Alternative GUI Toolkits .

  2. Keep a GUI alive during a long calculation - wookie.tcl.tk

    Perhaps the commonest example that new Tcl programmers call to mind arises in dealing with long-running calculations. If the GUI is to be kept alive, then it must get some CPU resources, even if the long-running calculation doesn't relinquish them willingly.

  3. BOOK: Tcl/Tk: A Developer's Guide

    Tcl/Tk: A Developer's Guide, authored by Clif Flynt is in its third edition (2012). It is now published by Elsevier .

  4. Tclkit Kitgen Build System - wookie.tcl.tk

    With every other Tcl interpreter I've tried, up and down work like Ctrl+P and Ctrl+N (previous and next history command). With WindowsNT_kbsvq8.6-gui.exe, up and down move the cursor around the widget. APN: This has nothing to do with tclkit per se. Some changes in the Tk bindings made somewhere around the 8.6b3 time are the cause.

  5. Tcl/Tk Starkits

    A Starkit is a single file packaging of Tcl scripts, platform specific compiled code and application data; designed to facilitate simple deployment of cross platform applications. The name comes from STandAlone Runtime.

  6. Alternative GUI toolkits - wookie.tcl.tk

    A sample GUI editor written in Tcl is provided. A new version is almost finished with full MDI support (multi menu), Popup Menu, Growable and dockable dialog boxes, Tooltips. Licence is free of charge, doc is in the form of a Winhelp file, Source available on request.

  7. Dissecting a scrollbar - wookie.tcl.tk

    Unfortunately, there is no direct way to specify a minimum slider size in Tcl (without writing a platform-specific extension module). However, you can fix this problem easily enough by once again modifying the commands linking the scrollbar and its associated window.

  8. A color-gradient-button-maker GUI - wookie.tcl.tk

    Now I can quickly make color-gradient 'button files' by doing screen/window captures of this GUI --- with a screenshot utility, like 'gnome-screenshot' on Linux. Below is the code for this 'gradient-button-maker' GUI. It includes plenty of comments to explain the GUI.

  9. The TK GUI - Q&A - wookie.tcl.tk

    Does anyone know hot to enable/disable parts of a GUI being created in tk, based on user input on the same screen. What I mean is, I have all the frames created in a single window, and want to enable some frames as and when a user requires that option.

  10. 12 years of Tcl Tutor

    In 1995, shortly after the 3'd Tcl/Tk Workshop, held in Toronto, TclTutor was released on an unsuspecting populace. Since then, there have been over a million of downloads, 3 major rewrites of the GUI, a translation into Portuguese, a rework …