gtkCellViewNewWithMarkup {RGtk2}R Documentation

gtkCellViewNewWithMarkup

Description

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.

Usage

gtkCellViewNewWithMarkup(markup)

Arguments

markup [character] 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.12.5-3 Index]