CellView.newWithMarkup

Creates a new #GtkCellView widget, adds a #GtkCellRendererText to it, and makes it show markup. The text can be marked up with the [Pango text markup language]PangoMarkupFormat.

class CellView
static
newWithMarkup
(
string markup
)

Parameters

markup string

the text to display in the cell view

Return Value

Type: gtk.cell_view.CellView

A newly created #GtkCellView widget.