From ef07ddc87875cc9b88715099434e2dcff4726322 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 23 Feb 2004 09:16:48 +0000 Subject: Started reworking Tcl demos --- demos/zinc-widget | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'demos/zinc-widget') diff --git a/demos/zinc-widget b/demos/zinc-widget index bde9898..1ff1f05 100644 --- a/demos/zinc-widget +++ b/demos/zinc-widget @@ -125,8 +125,6 @@ set lastLine "" .t insert end "2. All items options (and their types).\n" {demo demo-allOptions} .t insert end "3. Examples of line style and line termination.\n" {demo demo-lines} .t insert end "4. Curves with multiple contours.\n" {demo demo-contours} -.t insert end "5. Examples of labelformat.\n" {demo demo-labelformat} -.t insert end "6. Use of mapinfos.\n" {demo demo-mapinfo} .t insert end "7. Curves with cubic bezier control points.\n" {demo demo-curveBezier} .t insert end "8. Curves with multiple contours and various fillrule.\n" {demo demo-fillRule} @@ -137,15 +135,8 @@ set lastLine "" .t insert end "4. \"Windows\" with four glasses using curve with multiple contours.\n" {demo demo-windowContours} .t insert end "5. Pathtags demonstration.\n" {demo demo-pathTags} -.t insert end "\n" {} "Interactions\n" title -.t insert end "1. Simple interaction on a track.\n" {demo demo-simpleInteractionTrack} -.t insert end "2. Text input in a text item and a track item.\n" {demo demo-textInput} - .t insert end "\n" {} "Transformation\n" title -.t insert end "1. Translating.\n" {demo demo-translation} -.t insert end "2. Rotating.\n" {demo demo-rotation} -.t insert end "3. Zooming.\n" {demo demo-zoom} -.t insert end "4. Transformation testbed.\n" {demo demo-transforms} +.t insert end "1. Transformation testbed.\n" {demo demo-transforms} .t insert end "\n" {} "Use of open GL\n" title .t insert end "1. The TkZinc Logo.\n" {demo demo-tkZincLogo} @@ -157,6 +148,11 @@ set lastLine "" .t insert end "7. The triangles item.\n" {demo demo-triangles} .t insert end "8. Relief testbed.\n" {demo demo-reliefs} +.t insert end "\n" {} "ATC oriented features and items\n" title +.t insert end "1. Examples of labelformat.\n" {demo demo-labelformat} +.t insert end "2. Simple interaction on a track.\n" {demo demo-simpleInteractionTrack} +.t insert end "3. Text input in a text item and a track item.\n" {demo demo-textInput} + .t configure -state disabled focus .s -- cgit v1.1