Note on Selecting: You can select any of the list items by moving the mouse pointer onto that item and clicking the lift mouse button. Throught all the examples, pressing and releasing the left mouse button on a menu-button or a pushbutton or a hyper-link item selects it.
In text widgets, for actions such as copy & cut, press the left mouse button at the beginning of the section you want to select and holding the button down drag it along the section up to the end of the sectionyou want and then release the button.
Select the topic you want. A second window, titled "Quick Reference", like the one below, will appear.
This window displays a brief description of the commands or variables or features of the topic you chose. On the righthand side of the top menubar, a button for "manual Pages" will be displayed in normal state if you have access to tcltk-man-html and a HTML browser.
Selecting the "Dismiss" button closes this toplevel window but it is not necessary to close this window. When you select the next topic, the contents of the text widget is refreshed.
"Examples for...", at the top lefthand corner of the "Quick Reference" window
is a pulldown menu whose items are the keywords of the chosen topic for which some simple examples are given. For example, if the chosen topic is "Control Flow" the menu items will be if, while, for etc.
Selecting a keyword displays a very simple piece of example code in another toplevel window, titled "Example Browser" similar to :
As before selecting the "Dismiss" button closes this toplevel window too but it is not necessary to close these windows. When you select the next topic or keyword or example code, the contents of the text widget is refreshed.
The top menubar of this Example window has a pulldown menu titled "See Also ..."
which lists the names of all the example files, from the Examples directory, that contain the keyword chosen.
Clicking on the "Apply" button on the lower left corner of the "Example Browser" executes the example, displaying the results in a toplevel "Output" window.
The text window in "Example Browser", displaying the source code allows editing the displayed text. The reader is encouraged to edit the source code, execute and learn by experimenting how Tcl works.
As before selecting the "Dismiss" button closes this toplevel window too but it is not necessary to close these windows. When you select the next topic or keyword or example code, the contents of the text widget is refreshed.
Selecting the "Save" option saves the contents of the text widget under the user's home directory and selecting "Print" sends the a hardcopy request of the saved file to the user's default printer.