CellView.newWithMarkup

gtk.cell_view.CellView newWithMarkup(string markup)

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

Parameters

markupthe text to display in the cell view

Returns

A newly created #GtkCellView widget.