HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/src/ruby-2.2.10/ext/tk/sample/demos-en/README.1st
There are Ruby/Tk demo scripts.

Files with '.rb' extension are sub-scripts which are launched 'widget'
script. Those files don't work independently. Please call them from
'widget' script.

If you want start some sub-scripts at same time when the launcher
script tarts, please give the sub-script names as arguments.
(e.g. /usr/local/bin/ruby widget button.rb entry1.rb text.rb )
You can ommit '.rb' of the sub-scripts
(e.g. /usr/local/bin/ruby widget button entry1 text )

If you don't need launcher's main window, give -n option.
(e.g. /usr/local/bin/ruby widget -n button.rb entry1.rb text.rb )

Others (browse1, hello, and so on) are standalone scripts.

          2004/04/14  Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)