Struct gtk::CellRendererSpinnerBuilder [−][src]
pub struct CellRendererSpinnerBuilder { /* fields omitted */ }Expand description
A builder-pattern type to construct CellRendererSpinner objects.
Implementations
Create a new CellRendererSpinnerBuilder.
Build the CellRendererSpinner.
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 Spinner widget draws one full cycle of the animation,
consisting of 12 frames, in 750 milliseconds.
The IconSize value that specifies the size of the rendered spinner.
Cell background as a gdk::RGBA
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CellRendererSpinnerBuilderimpl Send for CellRendererSpinnerBuilderimpl Sync for CellRendererSpinnerBuilderimpl Unpin for CellRendererSpinnerBuilderimpl UnwindSafe for CellRendererSpinnerBuilderBlanket Implementations
Mutably borrows from an owned value. Read more