NotebookEventActions

NotebookEventActions

ノートブックのオプションであり,ノートブックとの関連で指定のイベントが起ったときに実行するアクションのリストを与える.

詳細

  • NotebookEventActions->{"event1":>action1,"event2":>action2,}は,ノートブックとの関連で"eventi"が起った場合は常に actioni を評価するように指定する.
  • 可能なイベント指定はEventHandlerの場合と同じで,以下が加わる.
  • "WindowClose"ウィンドウを閉じる
  • NotebookEventActionsの設定は,個々のノートブックよりもスタイルシートのレベルで行われることの方が多い.
  • デフォルトで,NotebookEventActionsでイベントに指定されているアクションは,Wolframシステムがそのイベントに対して行うであろういかなるデフォルトアクションをも無効にする.
  • デフォルトの動作は,NotebookEventActionsの設定値として与えられるリスト中のPassEventsDownあるいはPassEventsUpの規則を含むことで変更できる.

例題

すべて開くすべて閉じる

  (1)

ノートブックが閉じられたときに特定のアクションを取るように設定する:

ノートブックが開いた状態のときには,kは変わらない:

ノートブックウィンドウを閉じるとkが1増加する:

スコープ  (3)

ノートブックウィンドウを作る:

クリックされると色が変わるようにNotebookEventActionsを設定する:

ノートブックをクリックすると背景色が変わる:

TemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]キーが押されるとアクションが起るようにする:

"MouseDown""MouseUp"のアクションを定義する:

マウスボタンを押している間だけ背景色がピンクになる:

マウスを放すとノートブックの背景色はもとに戻る:

考えられる問題  (3)

このNotebookEventActionsの設定は,通常のTemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]キーの動作をブロックする:

TemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]を押すと背景色が変わるが,新規行は始まらない:

次は,"ReturnKeyDown"に指定されたアクションの一部として新規行を挿入する:

このノートブックでTemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]を押すと背景色が変わるだけでなく新規行も挿入される:

一旦活性化されると消えてしまうNotebookEventActionsの設定を指定する:

1回のTemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]で新規行を始めることなく背景色が変わる:

また,NotebookEventActionsNoneにリセットされた:

今度は,TemplateBox[{return}, Key0, BaseStyle -> {ExampleText, FontWeight -> Plain, FontFamily -> Source Sans Pro}]のキー操作で通常通りに新規行が加えられる:

Wolfram Research (2007), NotebookEventActions, Wolfram言語関数, https://reference.wolfram.com/language/ref/NotebookEventActions.html.

テキスト

Wolfram Research (2007), NotebookEventActions, Wolfram言語関数, https://reference.wolfram.com/language/ref/NotebookEventActions.html.

CMS

Wolfram Language. 2007. "NotebookEventActions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NotebookEventActions.html.

APA

Wolfram Language. (2007). NotebookEventActions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NotebookEventActions.html

BibTeX

@misc{reference.wolfram_2024_notebookeventactions, author="Wolfram Research", title="{NotebookEventActions}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/NotebookEventActions.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_notebookeventactions, organization={Wolfram Research}, title={NotebookEventActions}, year={2007}, url={https://reference.wolfram.com/language/ref/NotebookEventActions.html}, note=[Accessed: 22-November-2024 ]}