diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-08 18:52:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-08 18:52:47 +0000 |
commit | 92da84155fbdd53e568ff6b358011577e404ce55 (patch) | |
tree | 5a13ffb2d77392070a4388c55ef0d1202522dc3c /gtk/gtkcelllayout.c | |
parent | 03b9bae824d8ac637fc7a20dd401d877271d6384 (diff) | |
download | gdk-pixbuf-92da84155fbdd53e568ff6b358011577e404ce55.tar.gz |
2.7.2GTK_2_7_2
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r-- | gtk/gtkcelllayout.c | 4 |
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 |