summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-08 18:52:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-08 18:52:47 +0000
commit92da84155fbdd53e568ff6b358011577e404ce55 (patch)
tree5a13ffb2d77392070a4388c55ef0d1202522dc3c /gtk/gtkcelllayout.c
parent03b9bae824d8ac637fc7a20dd401d877271d6384 (diff)
downloadgdk-pixbuf-92da84155fbdd53e568ff6b358011577e404ce55.tar.gz
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index e402364ef..ef4629bab 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -61,6 +61,8 @@ gtk_cell_layout_get_type (void)
* then the @cell is allocated no more space than it needs. Any unused space
* is divided evenly between cells for which @expand is %TRUE.
*
+ * Note that reusing the same cell renderer is not supported.
+ *
* Since: 2.4
*/
void
@@ -86,6 +88,8 @@ gtk_cell_layout_pack_start (GtkCellLayout *cell_layout,
* @cell is allocated no more space than it needs. Any unused space is
* divided evenly between cells for which @expand is %TRUE.
*
+ * Note that reusing the same cell renderer is not supported.
+ *
* Since: 2.4
*/
void