docs: Move documentation to inline comments: GtkCellRendererText

Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
Garrett Regier
2010-11-06 18:02:11 +01:00
committed by Javier Jardón
parent 6cfd907290
commit d5593dec9e
3 changed files with 15 additions and 288 deletions

View File

@ -32,6 +32,20 @@
#include "gtktreeprivate.h"
/**
* SECTION:gtkcellrenderertext
* @Short_description: Renders text in a cell
* @Title: GtkCellRendererText
*
* 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 #GtkCellRendererText:ellipsize property allows it.
*
* If the #GtkCellRenderer:mode is %GTK_CELL_RENDERER_MODE_EDITABLE,
* the #GtkCellRendererText allows to edit its text using an entry.
*/
static void gtk_cell_renderer_text_finalize (GObject *object);
static void gtk_cell_renderer_text_get_property (GObject *object,