Package: gtk

Function gtk-cell-renderer-text-new

Lambda List

gtk-cell-renderer-text-new ()

Return Value

The new gtk-cell-renderer-text object.

Details

Creates a new cell renderer text. Adjust how text is drawn using object properties. Object properties can be set globally, with the function g-object-property. Also, with the gtk-tree-view-column object, you can bind a property to a value in a gtk-tree-model object. For example, you can bind the text property on the cell renderer to a string value in the model, thus rendering a different string in each row of the gtk-tree-view widget.
 

See also

*2021-3-13