Skip to main content

Type Alias: LevelBarOffset

LevelBarOffset = object

Defined in: jsx.ts:56

Configuration for an offset threshold on a GtkLevelBar widget.

Offsets define named value thresholds that change the bar's appearance (e.g., "low", "high", "full"). Built-in offsets include GTK_LEVEL_BAR_OFFSET_LOW, GTK_LEVEL_BAR_OFFSET_HIGH, and GTK_LEVEL_BAR_OFFSET_FULL.

See

GtkLevelBar.add_offset_value

Properties

id

id: string

Defined in: jsx.ts:58

Unique identifier for this offset (e.g., "low", "high", "full")


value

value: number

Defined in: jsx.ts:60

The threshold value at which this offset applies