gtkCellViewNewWithMarkup {RGtk2} | R Documentation |
Creates a new GtkCellView
widget, adds a GtkCellRendererText
to it, and makes its show markup
. The text can text can be
marked up with the Pango text
markup language.
gtkCellViewNewWithMarkup(markup)
|
[character] the text to display in the cell view |
Since 2.6
[GtkWidget
] A newly created GtkCellView
widget.
Derived by RGtkGen from GTK+ documentation