diff options
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/library/demos/widget b/library/demos/widget index 3b547b7..d8549c7 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -11,7 +11,7 @@ exec wish "$0" "$@" # ".tcl" files is this directory, which are sourced by this script # as needed. # -# RCS: @(#) $Id: widget,v 1.6 2001/11/30 11:25:41 dkf Exp $ +# RCS: @(#) $Id: widget,v 1.7 2002/02/22 14:07:01 dkf Exp $ eval destroy [winfo child .] wm title . "Widget Demonstration" @@ -199,8 +199,12 @@ addDemoSection "Canvases" { cscroll "A simple scrollable canvas" } addDemoSection "Scales" { - vscale "Vertical scale" hscale "Horizontal scale" + vscale "Vertical scale" +} +addDemoSection "Paned Windows" { + paned1 "Horizontal paned window" + paned2 "Vertical paned window" } addDemoSection "Menus" { menu "Menus and cascades (sub-menus)" @@ -381,7 +385,7 @@ Copyright (c) 1996-1997 Sun Microsystems, Inc. Copyright (c) 1997-2000 Ajuba Solutions, Inc. -Copyright (c) 2001 Donal K. Fellows" +Copyright (c) 2001-2002 Donal K. Fellows" } # Local Variables: |