MenuBar¶
Inherits: Control < CanvasItem < Node < Object
A horizontal menu bar that creates a MenuButton for each PopupMenu child.
Description¶
A horizontal menu bar that creates a MenuButton for each PopupMenu child. New items are created by adding PopupMenus to this node.
Properties¶
|
||
|
||
|
||
|
||
|
||
|
Methods¶
get_menu_count ( ) const |
|
get_menu_popup ( int menu ) const |
|
get_menu_title ( int menu ) const |
|
get_menu_tooltip ( int menu ) const |
|
is_menu_disabled ( int menu ) const |
|
is_menu_hidden ( int menu ) const |
|
is_native_menu ( ) const |
|
void |
set_disable_shortcuts ( bool disabled ) |
void |
set_menu_disabled ( int menu, bool disabled ) |
void |
set_menu_hidden ( int menu, bool hidden ) |
void |
set_menu_title ( int menu, String title ) |
void |
set_menu_tooltip ( int menu, String tooltip ) |
Theme Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||