INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create an empty popup menu structure. The menu is initially empty,
-- but can be filled later with menu items by using the append or
-- insert functions.
-- A root menu is a special kind of Menu.
-- On most platforms it is represented by a menu bar, wich is always
-- visible, and is placed below the window caption bar.
-- Adds an item to the end of menu-items list
-- Inserts a new item in a requested position in the menu items list
-- Remove an item from the menu-items list
-- Destroy's the menu
-- Since in Eiffel we have no destructors we only frees system
-- resource.
-- This method allow explicit displaying of a popup menu
-- in a specified location within the client area of a Tile
-- The menu is centered horizontally.
-- Enables a set of items defined by their command set
-- disables a set of items defined by their command set
-- Enables a set of items defined by their command set
-- disables a set of items defined by their command set
-- We are suppose that Window popup menu always has
-- a "&Window" title. !! BE CAREFUL !!
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |