mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[MenuBar] Use PopupMenu title property as a menu name.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
A horizontal menu bar that creates a menu for each [PopupMenu] child.
|
||||
</brief_description>
|
||||
<description>
|
||||
A horizontal menu bar that creates a menu for each [PopupMenu] child. New items are created by adding [PopupMenu]s to this node.
|
||||
A horizontal menu bar that creates a menu for each [PopupMenu] child. New items are created by adding [PopupMenu]s to this node. Item title is determined by [member Window.title], or node name if [member Window.title] is empty. Item title can be overridden using [method set_menu_title].
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user