GtkCellRendererText {RGtk2} | R Documentation |
Renders text in a cell
gtkCellRendererTextNew()
gtkCellRendererTextSetFixedHeightFromFont(object, number.of.rows)
gtkCellRendererText()
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GtkCellRendererText +----GtkCellRendererAccel +----GtkCellRendererCombo +----GtkCellRendererSpin
A GtkCellRendererText
renders a given text in its cell, using the font, color and
style information provided by its properties. The text will be ellipsized if it is
too long and the ellipsize
property allows it.
If the mode is GTK_CELL_RENDERER_MODE_EDITABLE
,
the GtkCellRendererText
allows to edit its text using an entry.
GtkCellRendererText
undocumented
gtkCellRendererText
is the equivalent of gtkCellRendererTextNew
.
edited(renderer, path, new.text, user.data)
This signal is emitted after renderer
has been edited.
It is the responsibility of the application to update the model
and store new.text
at the position indicated by path
.
renderer
the object which received the signal
path
the path identifying the edited cell
new.text
the new text
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkCellRendererText.html