- indexing
- title: "EOLE_MENUGROUPWIDTHS", "The EOLE_MENUGROUPWIDTHS structure is the mechanism for", "building a shared menu. It indicates the number of menu", "items in each of the six menu groups of a menu shared between", "a container and an object server during an in-place editing", "session.", "The structure is defined in the IOleInPlaceFrame interface", "(inplcf.idl). It is used in the IOleInPlaceFrame::InsertMenus", "and ICDStandardForm::SetMenu methods, and the", "OleCreateMenuDescriptor API function."
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_MENUGROUPWIDTHS
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
set_width (index, width: INTEGER)
-
get_width (index: INTEGER): INTEGER
end -- class EOLE_MENUGROUPWIDTHS