gtk-0.12.3: Binding to the Gtk+ graphical user interface library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellSafe-Infered

Graphics.UI.Gtk.Display.Spinner

Contents

Description

Report messages of minor importance to the user

Synopsis

Detail

A Spinner widget displays an icon-size spinning animation. It is often used as an alternative to a ProgressBar for displaying indefinite activity, instead of actual progress.

To start the animation, use spinnerStart.

Types

Constructors

spinnerNew :: IO SpinnerSource

Returns a new spinner widget. Not yet started.

Methods

spinnerStart :: SpinnerClass spinner => spinner -> IO ()Source

Starts the animation of the spinner.

spinnerStop :: SpinnerClass spinner => spinner -> IO ()Source

Stops the animation of the spinner.

Attributes

spinnerActive :: SpinnerClass spinner => Attr spinner BoolSource

Whether the spinner is active.

Default value: False