Class: Gtk::CellRendererSpinner

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#active=(active) ⇒ TrueClass

Parameters:

  • active (TrueClass)

Returns:

  • (TrueClass)

    active

  • (TrueClass)

    active

#active?TrueClass

Returns active.

Returns:

  • (TrueClass)

    active

#newGtk::CellRenderer

Returns a new cell renderer which will show a spinner to indicate activity.

Returns:

#pulseInteger

Pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout.

By default, the Gtk::Spinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.

Returns:

  • (Integer)

    pulse

#pulse=(pulse) ⇒ Integer

Pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout.

By default, the Gtk::Spinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.

Parameters:

  • pulse (Integer)

Returns:

  • (Integer)

    pulse

  • (Integer)

    pulse

#sizeGtk::IconSize

The Gtk::IconSize value that specifies the size of the rendered spinner.

Returns:

#size=(size) ⇒ Gtk::IconSize

The Gtk::IconSize value that specifies the size of the rendered spinner.

Parameters:

Returns: