Version 1 of GUI Primer

Updated 2015-05-17 14:43:39 by MiHa

There are a lot of articles in Category GUI .

This page aims to be a "newbie-friendly"-pointer to the most essential topics.

Tcl - the "tool-command-language". All the elements for programming (but console-only).

TK - the "toolkit", an extension to tcl, for graphics, GUI, etc.

  • General
    • Layout-Managers (place, pack, grid)
  • Menu
  • Buttons
  • Labels
  • (Text-)Fields
  • Canvas

...