Package: gtk

Function gtk:cell-view-new-with-text

Lambda List

gtk:cell-view-new-with-text (text)

Arguments

text -- a string with the text to display in the cell view

Return Value

The newly created gtk:cell-view widget.

Details

Creates a new cell view, adds a gtk:cell-renderer-text object to it, and makes its show text.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-5-20