GtkCellRendererProgress Constructor

GtkCellRendererProgress ();

Creates a new GtkCellRendererProgress. Rendering parameters are adjusted using the object properties. The object properties can be set globally (with set_property() ). Also, with GtkTreeViewColumn, you can bind a property to a value in a GtkTreeModel. For example, you can bind the "value" property on the cell renderer to a string value in the model, thus rendering a different string in each row of the gtk.TreeView.