INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make an empty menu
-- Make an empty track popup menu
-- Popup menu at the zero-based relative `position'
-- Append `a_string' with the identifier `an_id' to the
-- menu.
-- Append a popup menu `a_menu' with `a_title' to the
-- current menu.
-- Append a separator to the current menu.
-- Append `bitmap' with the identifier `an_id' to the
-- menu.
-- Insert `a_string' at zero-based `a_position' with
-- `an_id'.
-- Insert a popup menu `a_menu' at zero-based `a_position'
-- with `a_title'.
-- Insert a separator at zero-based `a_position'.
-- Insert `bitmap' at zero-based `a_position' with
-- `an_id'.
-- Modify the menu title identified by `an_id' to
-- `a_string'.
-- Delete `an_id' from the menu.
-- Delete the item at zero-based `position'.
-- Hilite the item identified by `an_id' in the
-- `window''s menu.
-- unhilite the item identified by `an_id' in the
-- `window''s menu.
-- Show a track popup menu at the `x' and `y' absolute
-- position. `window' will receive the selection in
-- `on_menu_command'.
-- Show a track popup menu with `option' at
-- the `x' and `y' absolute position.
-- `window' will receive the selection in
-- `on_menu_command'.
-- `rect' specifies the portion of the screen
-- in which the user can select without
-- dismissing the popup menu. If this parameter
-- is Void the popup menu is dismissed if the
-- user clicks outside the popup menu
-- Number of items
-- Put a check mark for the item identified by `an_id'.
-- Remove the check mark for the item identified
-- by `an_id'.
-- Enable the item idenfied by `an_id'.
-- Enable the item at zero-based `position'.
-- Disable the item identified by `an_id'.
-- Disable the item at zero-based `position'.
-- Does `an_id' exist in the menu?
-- Is the item idenfied by `an_id' checked?
-- Is the item idenfied by `an_id' enabled?
-- Is the item at zero-based `position' enabled?
-- String associated with `an_id'
-- Does a popup menu exists at the zero-based position?
-- Retrieve the menu item identifier of a menu item at
-- the zero-based `position'.
-- Return 0 if the item at the zero-based
-- `position' is a separator or a pop-up menu.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |