gtk.spinner
Module for [Spinner] class
Types 3
classSpinner : gtk.widget.Widget
A gtk.spinner.Spinner widget displays an icon-size spinning animation.
It is often used as an alternative to a gtk.progress_bar.ProgressBar for displaying indefinite activity, instead of actual progress.
To start the animation, use gtk.spinner.Spinner.start, to stop it use gtk.spinner.Spinner.stop.
CSS nodes
gtk.spinner.Spinner has a single CSS node with the name spinner. When the animation is active, the :checked pseudoclass is added to this node.
Methods
SpinnerGidBuilder builder() static nothrowGet builder for [gtk.spinner.Spinner] Returns: New builder objectvoid spinning(bool propval) @property nothrowSet `spinning` property. Params: propval = Whether the spinner is spinningbool getSpinning() nothrowReturns whether the spinner is spinning. Returns: true if the spinner is activeclassSpinnerGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T
Fluent builder implementation template for gtk.spinner.Spinner
Methods
T spinning(bool propval) nothrowSet `spinning` property. Params: propval = Whether the spinner is spinning Returns: Builder instance for fluent chainingFluent builder for gtk.spinner.Spinner