Popup Menu Widget

From C4 Engine Wiki
Revision as of 12:46, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "The '''Popup Menu Widget''' displays a popup menu. The widget color controls the color of the text. == Settings == The following settings are available specifically for Popup Menu Widgets. {| {{Table}} {{Tablehead|Setting|Description}} |- {{HeadingSetting|'''Popup Menu Settings'''}} |- {{Setting|'''Render plain (text only)'''|Causes the background button not to be rendered.}} |- {{Setting|'''Item spacing'''|Specifies the vertical distance from one menu item...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Popup Menu Widget displays a popup menu.

The widget color controls the color of the text.

Settings

The following settings are available specifically for Popup Menu Widgets.

Setting

Description

Popup Menu Settings

Render plain (text only)

Causes the background button not to be rendered.

Item spacing

Specifies the vertical distance from one menu item to the next.

Menu item list

Specifies the list of menu items, where each item is separated from the next by a semicolon.

Initial selection

Determines which menu item is initially selected. A value of −1 indicates that no item is selected, in which case the text string is displayed, if specified.

Button color

Specifies the color of the background button.

See Also