mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* additional message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d34dbd1118
commit
2dd7a6ab7e
2 changed files with 16 additions and 0 deletions
|
@ -186,6 +186,14 @@ demonstration. If you wish, you can edit the code and click the \
|
|||
"Rerun Demo" button in the code window to reinvoke the demonstration \
|
||||
with the modified code.
|
||||
|
||||
Some demo scripts require the recent version of Tk library \
|
||||
(e.g. Tk8.4 or later) \
|
||||
If your Tk library linked to Ruby doesn't support the functions \
|
||||
required by the demo script, the demo doesn't work. \
|
||||
In such a case, please re-compile tcltklib with the later Tk library \
|
||||
which supports the required functions.
|
||||
|
||||
|
||||
EOT
|
||||
|
||||
txt.insert('end', "Labels, buttons, checkbuttons, and radiobuttons.\n", tag_title)
|
||||
|
|
|
@ -194,6 +194,14 @@ txt.insert('end', <<"EOT")
|
|||
ンストレーションを再実行するためには、コードが書かれたウィンドウに\
|
||||
ある"デモ再実行" ボタンをクリックしてください。
|
||||
|
||||
一部のデモでは,比較的最近のバージョンの Tk でなければサポートして\
|
||||
いない機能を使って実装しています(例えば Tk8.4 以上など).そのため,\
|
||||
そうした機能を持たない Tk ライブラリを使っている場合には,そうした\
|
||||
デモは正しく動きません.そのような機能が必要であれば,それをサポート\
|
||||
している Tk ライブラリを使うように,tcltklib をコンパイルしなおして\
|
||||
ください.
|
||||
|
||||
|
||||
EOT
|
||||
|
||||
#txt.insert('end',"ラベル, ボタン, チェックボタン, ラジオボタン\n",tag_middle)
|
||||
|
|
Loading…
Reference in a new issue