Loading...
Searching...
No Matches
Public Attributes | List of all members
menu_info Struct Reference

Information about a menu such as font size and family, background color, and flags. More...

Public Attributes

rgb_color background_color
 
bool click_to_open
 
font_family f_family
 
font_style f_style
 
float font_size
 
int32 separator
 
bool triggers_always_shown
 

Detailed Description

Information about a menu such as font size and family, background color, and flags.

Since
BeOS R3

Member Data Documentation

◆ background_color

menu_info::background_color

The menu's background color.

Since
BeOS R3

◆ click_to_open

menu_info::click_to_open

Whether or not the menu opens on click. The default value is true.

Since
BeOS R3

◆ f_family

menu_info::f_family

The font family used to draw menu items.

Since
BeOS R3

◆ f_style

menu_info::f_style

The font style used to draw menu items.

Since
BeOS R3

◆ font_size

menu_info::font_size

The font size to draw menu items with.

Since
BeOS R3

◆ separator

menu_info::separator

The style of horizontal line to use to separates groups of items in a menu.

Since
BeOS R3

◆ triggers_always_shown

menu_info::triggers_always_shown

Whether or not trigger underlines should always be shown. The default value is false.

Since
BeOS R3