gtkCellViewNewWithText {RGtk2}R Documentation

gtkCellViewNewWithText

Description

Creates a new GtkCellView widget, adds a GtkCellRendererText to it, and makes its show text.

Usage

gtkCellViewNewWithText(text)

Arguments

text [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]