MenuLineItem
Section: ET++ class description (n)
Updated: automatically Fri Mar 15 14:14:53 1991
Index
Return to Main Contents
NAME
MenuLineItem.short - separates menu items
DESCRIPTION
The MenuLineItem is used to separate items in a menu by drawing a thin line. It is always disabled in order to avoid selection with the mouse.
Example:
Menu *menu = new Menu;
menu->AppendItem("item1", cID_OF_ITEM1);
menu->Append(new MenuLineItem);
menu->AppendItem("item2", cID_OF_ITEM2);
classes are sometimes derived from MenuLineItem.
class MenuLineItem
is rarely reused directly.
class MenuLineItem contains 2 methods.
- owner of class:
-
nobody.
- baseclasses:
-
LineItem
- flags:
-
VObjFlags
INSTANCE METHOD LIST
- client interface
-
MenuLineItem
- implementation
-
Enable
CATEGORIES
Simple Dialog Items
FILES
- declaration:
-
Menu.h
HISTORY
joe@csesbg.at Mon Sep 09 19:11 1991 MET DST
Index
- NAME
-
- DESCRIPTION
-
- INSTANCE METHOD LIST
-
- CATEGORIES
-
- FILES
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:26 GMT, March 30, 2022