Spaces:
Running
Running
en "Widget Demonstration" | |
en "tkWidgetDemo" | |
en "&File" | |
en "About..." | |
en "&About..." | |
en "<F1>" | |
en "&Quit" | |
en "Meta+Q" ;# Displayed hotkey | |
en "Meta-q" ;# Actual binding sequence | |
en "Ctrl+Q" ;# Displayed hotkey | |
en "Control-q" ;# Actual binding sequence | |
en "Variable values" | |
en "Variable values:" | |
en "OK" | |
en "Run the \"%s\" sample program" | |
en "Dismiss" | |
en "Rerun Demo" | |
en "Demo code: %s" | |
en "About Widget Demo" | |
en "Tk widget demonstration application" | |
en "Copyright © %s" | |
en " | |
@@title | |
Tk Widget Demonstrations | |
@@newline | |
@@normal | |
@@newline | |
This application provides a front end for several short scripts | |
that demonstrate what you can do with Tk widgets. Each of the | |
numbered lines below describes a demonstration; you can click on | |
it to invoke the demonstration. Once the demonstration window | |
appears, you can click the | |
@@bold | |
See Code | |
@@normal | |
button to see the Tcl/Tk code that created the demonstration. If | |
you wish, you can edit the code and click the | |
@@bold | |
Rerun Demo | |
@@normal | |
button in the code window to reinvoke the demonstration with the | |
modified code. | |
@@newline | |
" | |
en "Labels, buttons, checkbuttons, and radiobuttons" | |
en "Labels (text and bitmaps)" | |
en "Labels and UNICODE text" | |
en "Buttons" | |
en "Check-buttons (select any of a group)" | |
en "Radio-buttons (select one of a group)" | |
en "A 15-puzzle game made out of buttons" | |
en "Iconic buttons that use bitmaps" | |
en "Two labels displaying images" | |
en "A simple user interface for viewing images" | |
en "Labelled frames" | |
en "Listboxes" | |
en "The 50 states" | |
en "Colors: change the color scheme for the application" | |
en "A collection of famous and infamous sayings" | |
en "Entries and Spin-boxes" | |
en "Entries without scrollbars" | |
en "Entries with scrollbars" | |
en "Validated entries and password fields" | |
en "Spin-boxes" | |
en "Simple Rolodex-like form" | |
en "Text" | |
en "Basic editable text" | |
en "Text display styles" | |
en "Hypertext (tag bindings)" | |
en "A text widget with embedded windows" | |
en "A search tool built with a text widget" | |
en "Canvases" | |
en "The canvas item types" | |
en "A simple 2-D plot" | |
en "Text items in canvases" | |
en "An editor for arrowheads on canvas lines" | |
en "A ruler with adjustable tab stops" | |
en "A building floor plan" | |
en "A simple scrollable canvas" | |
en "Scales" | |
en "Horizontal scale" | |
en "Vertical scale" | |
en "Paned Windows" | |
en "Horizontal paned window" | |
en "Vertical paned window" | |
en "Menus" | |
en "Menus and cascades (sub-menus)" | |
en "Menu-buttons" | |
en "Common Dialogs" | |
en "Message boxes" | |
en "File selection dialog" | |
en "Color picker" | |
en "Miscellaneous" | |
en "The built-in bitmaps" | |
en "A dialog box with a local grab" | |
en "A dialog box with a global grab" | |