A component which creates a menu rendered horizontally. The menu items are created using the GRE, which means that they are dynamic images that automatically will change whenever needed.

The Horizontal Menu GRE component.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. It uses GRE styles to create (image-)buttons for the menu items. |
| Spacing between buttons |
Integer |
The spacing in pixels between the buttons. If a separator image is used, the spacing will be divided on both sides of the separator. |
| Select button if child is selected |
Bool |
Makes the button use the selected GRE-style if any of its children is the current document. |
| Force height |
Bool |
If true, the component will always occupy space on the screen even if it is empty, provided that either the separator image or the left or right image is used. |
| Left Image |
Resource |
Image used to the left of the top buttons. |
| Separator Image |
Resource |
Image used between each top button. |
| Filling Image |
Resource |
Image used to fill out space beside the top buttons. |
| Right Image |
Resource |
Image used to the right of the top buttons. |