Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: Spinner

[21:7] extends: object

Displays an icon-size spinning animation. It is often used as an alternative to a [class@Gtk.ProgressBar] for displaying indefinite activity, instead of actual progress. An example GtkSpinner To start the animation, use [method@Gtk.Spinner.start], to stop it use [method@Gtk.Spinner.stop]. # CSS nodes GtkSpinner has a single CSS node with the name spinner. When the animation is active, the :checked pseudoclass is added to this node. # Accessibility GtkSpinner uses the [enum@Gtk.AccessibleRole.progress_bar] role.

Members

  • handleObj
  • lib
  • retainedCallbacks
  • signalHandlerNames
  • signalSetterHandlers

Methods

  • Spinner ()

    Returns a new spinner widget. Not yet started.

  • toNativeHandle (Source)

    Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from fn.call(...), another generated wrapper exposing handle(), or null. Returns null when the argument carries no pointer.

    • @p Source is the raw handle, raw buffer, wrapper, or null.
    • @r A raw pointer carrier or null when no pointer is present.
  • getLib ()

    Returns the opened native library for this generated wrapper.

    • @r The opened native library.
  • handle ()

    Returns the wrapped NativeHandle.

    • @r The wrapped NativeHandle.
  • isNull ()

    Returns true when the wrapped handle is null.

    • @r A bool.
  • describe ()

    Returns a small string for debugging generated wrappers.

    • @r A string.
  • asWidget ()

    Wraps this handle as Widget.

    • @r A Widget object.
  • asAccessible ()

    Wraps this handle as Accessible.

    • @r A Accessible object.
  • asBuildable ()

    Wraps this handle as Buildable.

    • @r A Buildable object.
  • asConstraintTarget ()

    Wraps this handle as ConstraintTarget.

    • @r A ConstraintTarget object.
  • getProperty (string Name)

    Reads one generated property by name.

  • setProperty (string Name, Value)

    Writes one generated property by name.

  • setSpinning (bool Value)

    Whether the spinner is spinning

    • @p Value is the new property value.
    • @r None.
  • get_spinning ()

    Returns whether the spinner is spinning.

  • set_spinning (bool spinning)

    Sets the activity of the spinner.

    • @p spinning is whether the spinner should be spinning.
    • @r None.
  • start ()

    Starts the animation of the spinner.

    • @r None.
  • stop ()

    Stops the animation of the spinner.

    • @r None.

class: SpinnerMeta

[195:14] static extends: object

Generated metadata helpers for Spinner class surfaces.

Methods

  • properties ()

    Returns property metadata for Spinner.

    • @r A list.