CellView.with_markup


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.6" ) ]
public CellView.with_markup (string markup)

Creates a new CellView widget, adds a CellRendererText to it, and makes it show markup.

The text can be marked up with the Pango text markup language.

Parameters:

markup

the text to display in the cell view

Returns:

A newly created CellView widget.