Next: Internal data structures
Up: PopupMenuItem
Previous: Description
- PopupMenuItem::(int rc, char *name, char *cmd)
Creates a new text command menu item. This item will appear in the
menu with the given name, and will have the specified text command
associated with it. The first argument specified the return code which
this menu item should have.
- PopupMenuItem::(PopupMenu *menu)
Creates a new submenu menu item. This item will appear in the menu
with the name of the specified submenu. When displayed and activated, the
specified submenu will be shown as cascading from the parent menu.
- PopupMenuItem::(void)
Creates a new separator menu item. This will be displayed as a line
of some sort between the previous and following menu item.
Justin Gullingsrud
Tue Apr 6 09:26:48 CDT 1999