Public Member Functions | |
| MenuSection (const char *label=0) | |
| MenuSection (const char *label, const Symbol *i) | |
| ~MenuSection () | |
| ItemGroup * | group () const |
mymenu->begin(); new Item("in main menu"); {MenuSection g("submenu title"); new Item("in submenu"); new Item("also in submenu"); } // destructor ends the submenu
|
|
build a typical submenu group section, then call begin()
|
|
|
call end() at destruction
|
|
|
The ItemGroup created by this.
|
©2006 Bill Spitzak and others.