User Manual
61
CATC SCRIPTING LANGUAGE 1.0 CHAPTER 14
Reference Manual FireInspector-Specific Primitives
# _MENU descriptor and menu_name
[_MENU, "Menu entries appear below:",
# Begin menu_items
[
# Begin first menu_item_elements list
[
# menu_action_id
0,
# menu_entry
"View Stuff",
# menu_action_function
"BitfieldDialog",
# Begin menu_arguments list
[
# bitfield_identifier
"stuff",
# width
32
# End menu_arguments list
]
# End first menu_item_elements list
],
# Second menu_item_elements list
[1, "View More Stuff", "BitfieldDialog",
["more_stuff", 32]]
# End menu_items
]
# End _MENU descriptor list and AddCell
]);
}