Overhaul the top sections of the class reference (GUI classes)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="MenuBar" inherits="Control" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
A horizontal menu bar, which displays [PopupMenu]s or system global menu.
|
||||
A horizontal menu bar that creates a [MenuButton] for each [PopupMenu] child.
|
||||
</brief_description>
|
||||
<description>
|
||||
New items can be created by adding [PopupMenu] nodes to this node.
|
||||
A horizontal menu bar that creates a [MenuButton] for each [PopupMenu] child. New items are created by adding [PopupMenu]s to this node.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user