Document::DoCreateMenu
Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index
Return to Main Contents
NAME
Document::DoCreateMenu - instance method
TEMPLATE
see template of EvtHandler::DoCreateMenu
SPECIFIERS
public
virtual
DESCRIPTION
DoCreateMenu adds the following items to the menu: cUNDO, cCUT, cCOPY, cPASTE. It also creates a "file" submenu containing these items: cLOAD, cSAVE, cSAVEAS, cREVERT, cCLOSE, cSHOWAPPLWIN. If the document can import data, which is determined through the method CanImportDocument, then a menu item with the id cIMPORT is inserted.
Subclasses may add other menu items by overriding this method.
See also cookbook Menus.
Method is sometimes overridden.
Method always calls base method.
ARGUMENTS
see arguments of EvtHandler::DoCreateMenu
RETURN ARGUMENT
see return argument of EvtHandler::DoCreateMenu
CATEGORIES
miscellaneous
FIRST DEFINITION
class EvtHandler
FILES
- implementation:
-
Document.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:28 GMT, March 30, 2022