docs: Move documentation to inline comments: GtkCellRendererText
Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
committed by
Javier Jardón
parent
6cfd907290
commit
d5593dec9e
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user