2004-05-01 12:09:54 -04:00
|
|
|
There are Ruby/Tk demo scripts.
|
|
|
|
|
|
|
|
Files with '.rb' extension are sub-scripts which are launched 'widget'
|
2011-05-22 05:26:02 -04:00
|
|
|
script. Those files don't work independently. Please call them from
|
2004-05-01 12:09:54 -04:00
|
|
|
'widget' script.
|
|
|
|
|
|
|
|
If you want start some sub-scripts at same time when the launcher
|
2011-05-22 05:26:02 -04:00
|
|
|
script tarts, please give the sub-script names as arguments.
|
2004-05-01 12:09:54 -04:00
|
|
|
(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 )
|
|
|
|
|
2011-05-22 05:26:02 -04:00
|
|
|
If you don't need launcher's main window, give -n option.
|
2004-05-01 12:09:54 -04:00
|
|
|
(e.g. /usr/local/bin/ruby widget -n button.rb entry1.rb text.rb )
|
|
|
|
|
2011-05-22 05:26:02 -04:00
|
|
|
Others (browse1, hello, and so on) are standalone scripts.
|
2004-05-01 12:09:54 -04:00
|
|
|
|
|
|
|
2004/04/14 Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
|