gtk3-0.12.5.6: Binding to the Gtk+ graphical user interface library.

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

Graphics.UI.Gtk.ModelView.CellRendererProgress

Contents

Description

Renders numbers as progress bars

  • Module available since Gtk+ version 2.6

Synopsis

Detail

CellRendererProgress renders a numeric value as a progress par in a cell. Additionally, it can display a text on top of the progress bar.

Class Hierarchy

 | GObject
 | +----Object
 | +----CellRenderer
 | +----CellRendererProgress

Types

Constructors

Attributes

cellProgressValue :: CellRendererProgressClass self => Attr self IntSource

The "value" property determines the percentage to which the progress bar will be "filled in".

Allowed values: [0,100]

Default value: 0

cellProgressText :: CellRendererProgressClass self => Attr self (Maybe String)Source

The cellProgressText attribute determines the label which will be drawn over the progress bar. Setting this property to Nothing causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed.

Default value: Nothing