MenuBar
Inherits: Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
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
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Property Descriptions
bool flat = false
There is currently no description for this property. Please help us by contributing one!
String language = ""
There is currently no description for this property. Please help us by contributing one!
bool prefer_global_menu = true
There is currently no description for this property. Please help us by contributing one!
int start_index = -1
There is currently no description for this property. Please help us by contributing one!
bool switch_on_hover = true
There is currently no description for this property. Please help us by contributing one!
TextDirection text_direction = 0
void set_text_direction ( TextDirection value )
TextDirection get_text_direction ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int get_menu_count ( ) const
There is currently no description for this method. Please help us by contributing one!
PopupMenu get_menu_popup ( int menu ) const
There is currently no description for this method. Please help us by contributing one!
String get_menu_title ( int menu ) const
There is currently no description for this method. Please help us by contributing one!
String get_menu_tooltip ( int menu ) const
There is currently no description for this method. Please help us by contributing one!
bool is_menu_disabled ( int menu ) const
There is currently no description for this method. Please help us by contributing one!
bool is_menu_hidden ( int menu ) const
There is currently no description for this method. Please help us by contributing one!
bool is_native_menu ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_disable_shortcuts ( bool disabled )
There is currently no description for this method. Please help us by contributing one!
void set_menu_disabled ( int menu, bool disabled )
There is currently no description for this method. Please help us by contributing one!
void set_menu_hidden ( int menu, bool hidden )
There is currently no description for this method. Please help us by contributing one!
void set_menu_title ( int menu, String title )
There is currently no description for this method. Please help us by contributing one!
void set_menu_tooltip ( int menu, String tooltip )
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
Color font_color = Color(0.875, 0.875, 0.875, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
There is currently no description for this theme property. Please help us by contributing one!
Color font_focus_color = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_hover_color = Color(0.95, 0.95, 0.95, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_hover_pressed_color = Color(1, 1, 1, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_outline_color = Color(0, 0, 0, 1)
There is currently no description for this theme property. Please help us by contributing one!
Color font_pressed_color = Color(1, 1, 1, 1)
There is currently no description for this theme property. Please help us by contributing one!
int h_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
int outline_size = 0
There is currently no description for this theme property. Please help us by contributing one!
Font font
There is currently no description for this theme property. Please help us by contributing one!
int font_size
There is currently no description for this theme property. Please help us by contributing one!
StyleBox disabled
There is currently no description for this theme property. Please help us by contributing one!
StyleBox disabled_mirrored
There is currently no description for this theme property. Please help us by contributing one!
StyleBox hover
There is currently no description for this theme property. Please help us by contributing one!
StyleBox hover_mirrored
There is currently no description for this theme property. Please help us by contributing one!
StyleBox hover_pressed
There is currently no description for this theme property. Please help us by contributing one!
StyleBox hover_pressed_mirrored
There is currently no description for this theme property. Please help us by contributing one!
StyleBox normal
There is currently no description for this theme property. Please help us by contributing one!
StyleBox normal_mirrored
There is currently no description for this theme property. Please help us by contributing one!
StyleBox pressed
There is currently no description for this theme property. Please help us by contributing one!
StyleBox pressed_mirrored
There is currently no description for this theme property. Please help us by contributing one!