GtkCellRendererText {RGtk2}R Documentation

GtkCellRendererText

Description

Renders text in a cell

Methods and Functions

gtkCellRendererTextNew()
gtkCellRendererTextSetFixedHeightFromFont(object, number.of.rows)
gtkCellRendererText()

Hierarchy

GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkCellRenderer
                     +----GtkCellRendererText
                           +----GtkCellRendererAccel
                           +----GtkCellRendererCombo
                           +----GtkCellRendererSpin

Detailed Description

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.

Structures

GtkCellRendererText

undocumented

Convenient Construction

gtkCellRendererText is the equivalent of gtkCellRendererTextNew.

Signals

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.

Properties

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gtk/GtkCellRendererText.html


[Package RGtk2 version 2.20.21 Index]