You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/classes/MenuBar.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
A horizontal menu bar that creates a menu for each [PopupMenu] child.
5
5
</brief_description>
6
6
<description>
7
-
A horizontal menu bar that creates a menu for each [PopupMenu] child. New items are created by adding [PopupMenu]s to this node.
7
+
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].
0 commit comments