Skip to main content

24 docs tagged with "segmented widget"

View all tags
Docs

hiliteChanged

Sent when the hilite of the segmented control widget changes

hiliteColor

The background color of highlighted segments

horizontal

Whether the segmented widget is horizontal or not

itemEnabled

Whether each segment is enabled or disabled.

itemIcons

The icons displayed by each segment

itemNames

The names used to identify segments

multipleHilites

Whether multiple segments may be highlighted simultaneously

rippleEffect

Whether to show a ripple effect on user interaction or not.

Segmented Control

A widget that shows a row of selectable horizontal segments. A segmented control is a horizontal control that is made up of multiple segments, where each segment functions as a discrete button. Each segment can either show a label or an icon. One or more of the segments can be highlighted by clicking on them. By default, only one segment at a time can be highlighted, but it is possible to allow multiple segments to be highlighted. The segmented control is great for: - displaying a set of different options in a settings window (for example, it is used to display text alignment in the LiveCode property inspector) - switching between different cards in a stack - displaying a set of toggleable settings