wxMenuBar
Table of Contents
wxMenuBar
wxWidgets Documentation for wxMenuBar
wxMenuBars must have a
wxFrame
parent. The only parameter to create a wxMenuBar is the pointer to a
wxFrame
.
Creation Parameters
atom parent
Functions/Procedures
proc
add_menu
( atom menubar, atom menu, sequence title )
func
get_menu_by_index
( atom menubar, atom pos )
func
get_menu_by_label
( atom menubar, object label_text )
Supertopics
Controls
Menus
wxMenuBar
Table of Contents
[
proc
]
add_menu
( atom menubar, atom menu, sequence title )
Category:
wxMenuBar
Adds the item to the end of the menu bar.
wxMenuBar
Table of Contents
[
func
]
get_menu_by_index
( atom menubar, atom pos )
Category:
wxMenuBar
wxMenuBar
Table of Contents
[
func
]
get_menu_by_label
( atom menubar, object label_text )
Category:
wxMenuBar