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

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

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 Spinner Source

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 Bool Source

Whether the spinner is active.

Default value: False