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.

[]

Hierarchy

hierarchy this GtkCellRendererProgress implements_0 GtkOrientable this--implements_0 ancestor_0 GtkCellRenderer ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1
[]

Implements

[]

Constructors

gtk_cell_renderer_progress_new

Creates a new GtkCellRendererProgress.

deprecated: 4.10 

[]

Instance methods

Methods inherited from GtkCellRenderer (27)
Methods inherited from GObject (43)
Methods inherited from GtkOrientable (2)
[]

Properties

Gtk.CellRendererProgress:inverted

Whether progess is inverted.

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”.

Properties inherited from GtkCellRenderer (15)
Properties inherited from GtkOrientable (1)
[]

Signals

Signals inherited from GtkCellRenderer (2)
Signals inherited from GObject (1)