Search

You can find the results of your search below.

tcl
3 Hits, Last modified:
e" </sxh> <well> Tk Basics </well> **Creating a Simple Tk Window:** <sxh tcl;> # simple_window.tcl package require Tk # Create a new top-level window wm title . "Simple Window" wm geometry . 300x200 # Display a