Constructor
Gtk.CellView.new_with_markup
Declaration [src]
GtkWidget*
gtk_cell_view_new_with_markup (
const char* markup
)
Description [src]
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
markup |
const char* |
the text to display in the cell view |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: GtkWidget |
|
A newly created |
|
Ownership is not transferred to the caller |