Package: gtk

Function gtk-cell-renderer-combo-new

Lambda List

gtk-cell-renderer-combo-new ()

Return Value

The new gtk-cell-renderer-combo object.

Details

Creates a new cell renderer combo. Adjust how text is drawn using object properties. Object properties can be set globally, with the function g-object-property. Also, with gtk-tree-view-column, you can bind a property to a value in a gtk-tree-model. 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.
 

See also

2020-5-31