Table of Contents

wxMenu

include file: wxMenu


A menu is the top level menu item, such as "File".

Creation parameters:

To create a submenu, first create a wxMenu object with no parent, then create a new wxMenuItem with the menu as the subMenu parameter.

 
 
Parent Topics:
  • Classes
  • Menus