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

A 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.
 

See also

#2023-3-16