Class
GtkCellRendererProgress
deprecated: 4.10
Description [src]
final class Gtk.CellRendererProgress : Gtk.CellRenderer
implements Gtk.Orientable {
/* No available fields */
}
Renders numbers as progress bars
GtkCellRendererProgress
renders a numeric value as a progress par in a cell.
Additionally, it can display a text on top of the progress bar.
Deprecated since: 4.10
List views use widgets to display their contents.
You should use GtkProgressBar
instead.
Instance methods
Methods inherited from GtkCellRenderer (27)
Methods inherited from GtkOrientable (2)
Properties
Gtk.CellRendererProgress:pulse
Setting this to a non-negative value causes the cell renderer to enter “activity mode”, where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much.
Gtk.CellRendererProgress:text
The “text” property determines the label which will be drawn
over the progress bar. Setting this property to NULL
causes the default
label to be displayed. Setting this property to an empty string causes
no label to be displayed.
Gtk.CellRendererProgress:text-xalign
The “text-xalign” property controls the horizontal alignment of the text in the progress bar. Valid values range from 0 (left) to 1 (right). Reserved for RTL layouts.
Gtk.CellRendererProgress:text-yalign
The “text-yalign” property controls the vertical alignment of the text in the progress bar. Valid values range from 0 (top) to 1 (bottom).
Gtk.CellRendererProgress:value
The “value” property determines the percentage to which the progress bar will be “filled in”.