The custom attribute type
Whether the slider is currently being dragged by the user.
Scale marks displayed along the slider track.
The maximum allowed value.
The minimum allowed value.
Callback invoked when the slider value changes during user interaction.
The step increment for keyboard and scroll adjustments.
The current numeric value of the slider.
Whether the slider is oriented vertically.
Binds a widget property to a GObject property.
this for chaining
Connects to a GObject signal and automatically disconnects on widget destroy.
The callback is also invoked once immediately (idle) with the current state.
The GObject to observe
Callback invoked on signal emission
Optionalsignal: stringThe signal name to connect to
this for chaining
Checks whether the pointer is currently over this widget.
Optionalevent: EventOptional GDK event to use for coordinates
true if the pointer is within the widget bounds
Registers a keyboard shortcut on this widget.
Can be called with just a key, or with modifier keys + key.
Connects a callback to a signal on this widget.
The signal name
The callback
this for chaining
Calls a callback at a regular interval, automatically stopping on widget destroy.
Interval in milliseconds
The callback to invoke
this for chaining
Sets inline CSS on this widget, wrapping in * { ... } if needed.
CSS string
Adds or removes a CSS class name.
The CSS class name
Optionalcondition: booleanIf true (default), adds the class; if false, removes it
Signal will be emitted when a button (typically from a mouse) is pressed.
Signal will be emitted when a button (typically from a mouse) is released.
Signal emitted when a key is pressed.
Signal is emitted when a key is released.
Signal emitted when a button in the 4 to 7 range is pressed.
OptionalattributeOptionalcursorReadonlyis_Whether this widget has been destroyed.
Interface describing the AGS widget mixin methods and properties.
All AGS widgets implement this interface, which provides reactive binding, signal hooking, polling, and keybinding capabilities on top of standard GTK widgets.