|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TMenu and its derived classes let you construct, modify, and create menu objects. More...
Classes | |
| class | owl::TMenuItemInfo |
| class | owl::TMenu |
| The TMenu class encapsulates window menus. More... | |
| class | owl::TXMenu |
| A nested class, TXMenu describes an exception that occurs when a menu item cannot be constructed. More... | |
| class | owl::TSystemMenu |
| TSystemMenu creates a system menu object that then becomes the existing system menu. More... | |
| class | owl::TPopupMenu |
| TPopupMenu creates an empty pop-up menu to add to an existing window or pop-up menu. More... | |
| class | owl::TMenuDescr |
| Menu with information used to allow merging. More... | |
Macros | |
| #define | MIIM_ALL (MIIM_CHECKMARKS|MIIM_DATA|MIIM_ID|MIIM_STATE|MIIM_SUBMENU|MIIM_TYPE) |
Typedefs | |
| typedef UINT_PTR | owl::TMenuItem |
| Represents an unsigned integer or handle which identifies a new menu item. | |
TMenu and its derived classes let you construct, modify, and create menu objects.
The classes derived from TMenu include
TPopupMenu lets you add a pop-up menu to an existing window or pop-up menu.TSystemMenu creates a system menu object. | #define MIIM_ALL (MIIM_CHECKMARKS|MIIM_DATA|MIIM_ID|MIIM_STATE|MIIM_SUBMENU|MIIM_TYPE) |