Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio.
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
[[command_tcl_tcl]]
|
|
[command]*`tcl`* スクリプトをリストアップ/ロード/アンロード::
|
|
|
|
----------------------------------------
|
|
/tcl list|listfull [<name>]
|
|
load [-q] <filename>
|
|
autoload
|
|
reload|unload [-q] [<name>]
|
|
|
|
list: ロード済みスクリプトをリストアップ
|
|
listfull: ロード済みスクリプトをリストアップ (詳細)
|
|
load: スクリプトをロード
|
|
autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
|
|
reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
|
|
unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
|
|
filename: ロードするスクリプト (ファイル)
|
|
name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
|
|
-q: 出力抑制モード: メッセージを表示しない
|
|
|
|
引数無しの場合、全てのロード済みスクリプトをリストアップします。
|
|
----------------------------------------
|
|
|