The <menuButton> object replaces the menu button images, in their normal and selected states.
| View | Name | Element |
|---|---|---|
menu |
menubutton |
The menu buttons |
This object cannot be created with extra="true".
| Property | Type | Purpose |
|---|---|---|
path |
Path | Image of the button at rest. |
filledPath |
Path | Image of the selected button. |
<view name="menu">
<menuButton name="menubutton" path="./art/button.png" filledPath="./art/button-filled.png" />
</view>