The child widget displayed inside the circular progress.
The ending position of the arc as a fraction (0-1).
Whether the progress direction is inverted.
Whether the progress arc has rounded end caps.
The starting position of the arc as a fraction (0-1).
The progress value as a fraction (0-1).
Optionalchild: ChildBinds 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 emitted when a widget is supposed to render itself.
Retrieves a widget’s initial minimum and natural height.
This call is specific to width-for-height requests.
The returned request will be modified by the
GtkWidgetClass::adjust_size_request virtual method and by any
GtkSizeGroups that have been applied. That is, the returned request
is the one that should be used for layout, not necessarily the one
returned by the widget itself.
Retrieves a widget’s initial minimum and natural width.
This call is specific to height-for-width requests.
The returned request will be modified by the
GtkWidgetClass::adjust_size_request virtual method and by any
GtkSizeGroups that have been applied. That is, the returned request
is the one that should be used for layout, not necessarily the one
returned by the widget itself.
OptionalattributeOptionalcursorReadonlyis_Whether this widget has been destroyed.
A circular progress indicator drawn with Cairo.