CellView.newWithText

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

class CellView
static
newWithText
(
string text
)

Parameters

text string

the text to display in the cell view

Return Value

Type: gtk.cell_view.CellView

A newly created #GtkCellView widget.