CellView.with_text
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.6" ) ]
public CellView.with_text (string text)
[ Version ( since = "2.6" ) ]
public CellView.with_text (string text)
Creates a new CellView widget, adds a
CellRendererText to it, and makes it show text
.
Parameters:
text |
the text to display in the cell view |
Returns:
A newly created CellView widget. |