Package: gtk

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

Lambda List

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

Arguments

markup -- 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 it show markup. The text can be marked up with the Pango text markup language.

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