Global Structs and Enums
Structs
Section titled “Structs”IconButtonItem
Section titled “IconButtonItem”IconButtonItem
This structure represents a IconButtonItem with x and y coordinate
icon
(image): The icon to display in the button.tooltip
(string): The tooltip to display when hovering over the button.enabled
(bool): Whether the button is enabled.
SegmentedItem
Section titled “SegmentedItem”SegmentedItem
This structure represents an item in a segmented button control.
icon
(image): The icon to display for the item.text
(string): The text label for the item.
Time
This structure represents a time value with hour, minute, and second fields.
hour
(int): The hour component of the time.minute
(int): The minute component of the time.second
(int): The second component of the time.
CheckState
Section titled “CheckState”CheckState
This enum is used to define the state of a checkbox.
unchecked
: The checkbox is unchecked.partially_checked
: The checkbox is partially checked.checked
: The checkbox is checked.
FABStyle
Section titled “FABStyle”FABStyle
This enum is used to define the style of a Floating Action Button (FAB).
small
: A small floating action button.standard
: The standard floating action button size.large
: A large floating action button.
© 2025 SixtyFPS GmbH