gtkCellViewNewWithMarkup {RGtk2}R Documentation

gtkCellViewNewWithMarkup

Description

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.

Usage

gtkCellViewNewWithMarkup(markup)

Arguments

markup

the text to display in the cell view

Details

Since 2.6

Value

[GtkWidget] A newly created GtkCellView widget.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]