Begins a context menu block in the preferences file.
*BeginContextMenu()Begins a context menu block in the preferences file. |
|||||
*BeginContextMenu()Begins a context menu block in the preferences file. |
Syntax |
*BeginContextMenu(name, label) |
|
Arguments |
Name |
Description |
name |
The name of the context menu to be added. |
|
label |
The label of the context menu to be added. |
|
Example |
*BeginDefaults() *BeginPlotDefaults() *BeginContextMenu(filtermenu,"Filter") *ContextMenuItem(filtermenu,"CFC 60 SAE J211/1 Mirror Padding (Fwd-Back)",{getenv ("ALTAIR_HOME") + "/utility/VehicleSafetyTools/ mv_hv_hg/include/context_menu_curve.tcl"},:: vst_curve_context_menu::filter_sae95_60,curve) *EndContextMenu() |
|
Application |
HyperGraph 2D, HyperGraph 3D, HyperView |
|
Context |
||
See also |
|
|