From 25cd84e00cba7c64240561eb3b019cf451ed6f71 Mon Sep 17 00:00:00 2001 From: nagai Date: Sun, 3 Aug 2003 08:17:41 +0000 Subject: * add widget demo scripts git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/demos-en/widget | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ext/tk/sample/demos-en/widget') diff --git a/ext/tk/sample/demos-en/widget b/ext/tk/sample/demos-en/widget index 590da01088..647464f84e 100644 --- a/ext/tk/sample/demos-en/widget +++ b/ext/tk/sample/demos-en/widget @@ -208,7 +208,9 @@ txt.insert('end', "8. Two labels displaying images.\n", tag_demo, "demo-image1") txt.insert('end', " \n ", tag_demospace) txt.insert('end', "9. A simple user interface for viewing images.\n", tag_demo, "demo-image2") txt.insert('end', " \n ", tag_demospace) -txt.insert('end', "10. Labelled frames (if supported)\n", tag_demo, "demo-labelframe") +txt.insert('end', "10. A simple user interface for viewing images. (if supported)\n", tag_demo, "demo-image3") +txt.insert('end', " \n ", tag_demospace) +txt.insert('end', "11. Labelled frames (if supported)\n", tag_demo, "demo-labelframe") txt.insert('end', " \n ", tag_demospace) txt.insert('end', "\n") @@ -506,7 +508,7 @@ end # def aboutBox Tk.messageBox('icon'=>'info', 'type'=>'ok', 'title'=>'About Widget Demo', - 'message'=>"Ruby/Tk widget demonstration Ver.1.3.1-en\n\n( based on Tk 8.1 Copyright (c) 1996-1997 Sun Microsystems, Inc. )\n\nRunning Version :: Ruby#{VERSION}/Tk#{$tk_version}") + 'message'=>"Ruby/Tk widget demonstration Ver.1.3.2-en\n\n( based on Tk 8.1 Copyright (c) 1996-1997 Sun Microsystems, Inc. )\n\nRunning Version :: Ruby#{VERSION}/Tk#{$tk_version}") end ################################ -- cgit v1.2.3