CellView.newWithText

gtk.cell_view.CellView newWithText(string text)

Creates a new #GtkCellView widget, adds a #GtkCellRendererText to it, and makes it show text.

Parameters

textthe text to display in the cell view

Returns

A newly created #GtkCellView widget.