CellView.newWithText
gtk.cell_view.CellView newWithText(string text)Creates a new [gtk.cell_view.CellView] widget, adds a [gtk.cell_renderer_text.CellRendererText] to it, and makes it show text.
Parameters
text | the text to display in the cell view |
Returns
A newly created [gtk.cell_view.CellView] widget.