Project

General

Profile

$menucontext » History » Version 3

Per Amundsen, 10/01/2015 03:51 PM

1 1 Per Amundsen
_Added in 1.9.1_
2
3
*$menucontext*
4
5 2 Per Amundsen
Returns the context of an[[Scripting_Menus|menu]] event.
6 1 Per Amundsen
7 3 Per Amundsen
_window/hotlink/toolbar/treebar_
8 1 Per Amundsen
9
*Example*
10
11
<pre>
12
menu @Example {
13
  Menu Name:echo -ag Menu name is $menu
14
  Menu Type:echo -ag Menu type is $menutype
15
  Menu Context:echo -ag Menu context is $menucontext
16
}
17
</pre>