summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderercombo.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 01:55:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 01:55:15 +0000
commit37b454c5cc0aad43bc1744aee8d244b450ecb46b (patch)
tree60d63d99b6db3b8d5792d413cb1734dd3b946013 /gtk/gtkcellrenderercombo.c
parent8fb1dc24118bde3e7e46c219aac6a507da9e96e1 (diff)
downloadgtk+-37b454c5cc0aad43bc1744aee8d244b450ecb46b.tar.gz
Add more documentation.
svn path=/trunk/; revision=18453
Diffstat (limited to 'gtk/gtkcellrenderercombo.c')
-rw-r--r--gtk/gtkcellrenderercombo.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/gtk/gtkcellrenderercombo.c b/gtk/gtkcellrenderercombo.c
index a1ed5f66b9..4f84d2905b 100644
--- a/gtk/gtkcellrenderercombo.c
+++ b/gtk/gtkcellrenderercombo.c
@@ -94,13 +94,15 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
/**
* GtkCellRendererCombo:text-column:
*
- * Specifies the model column which holds the possible values for the combo box.
+ * Specifies the model column which holds the possible values for the
+ * combo box.
+ *
* Note that this refers to the model specified in the model property,
- * <emphasis>not</emphasis> the model backing the tree view to which this cell
- * renderer is attached.
+ * <emphasis>not</emphasis> the model backing the tree view to which
+ * this cell renderer is attached.
*
- * #GtkCellRendererCombo automatically adds a text cell renderer for this column
- * to its combo box.
+ * #GtkCellRendererCombo automatically adds a text cell renderer for
+ * this column to its combo box.
*
* Since: 2.6
*/
@@ -117,8 +119,8 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
/**
* GtkCellRendererCombo:has-entry:
*
- * If %TRUE, the cell renderer will include an entry and allow to enter values
- * other than the ones in the popup list.
+ * If %TRUE, the cell renderer will include an entry and allow to enter
+ * values other than the ones in the popup list.
*
* Since: 2.6
*/