#include <menus.h>
Inheritance diagram for TSubMenu::
Public Methods | |
TSubMenu (const char *nm, ushort key, ushort helpCtx=hcNoContext) |
TVision supplies the overloaded operator+ so you can easily construct complete menus without dozens of nested parentheses. When you use TSubMenu, the compiler can distinguish between attempts to use operator+ on individual menu items and their submenus.
Definition at line 164 of file menus.h.
|
Calls constructor TMenuItem(nm, 0, key, helpCtx).
|