CellRendererSpinner.pulse

Set pulse property.

  1. uint pulse [@property getter]
  2. uint pulse [@property setter]
    class CellRendererSpinner
    @property
    void
    pulse
    (
    uint propval
    )

Parameters

propval uint

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.Spinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.