|
Graphics.UI.Gtk.ModelView.CellRendererProgress | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
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
|
|
data CellRendererProgress | Source |
|
|
|
|
|
|
|
|
|
|
|
Constructors
|
|
|
Creates a new CellRendererProgress.
|
|
Attributes
|
|
|
The "value" property determines the percentage to which the progress
bar will be "filled in".
Allowed values: [0,100]
Default value: 0
|
|
|
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
|
|
Produced by Haddock version 2.6.0 |