From: Daniel Boles Date: Sun, 3 Sep 2017 10:04:48 +0000 (+0100) Subject: Toolbar: Clarify set_show_arrow() a bit more X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~233 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8dbb17e1f3bebd469afb59a82b29b78b9f6873bd;p=gtk%2B3.0.git Toolbar: Clarify set_show_arrow() a bit more --- diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index 7acad14869..46fd98fd7c 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -2989,7 +2989,8 @@ gtk_toolbar_get_relief_style (GtkToolbar *toolbar) * size to show all of its items. If %TRUE, items which can’t fit in @toolbar, * and which have a proxy menu item set by gtk_tool_item_set_proxy_menu_item() * or #GtkToolItem::create-menu-proxy, will be available in an overflow menu, - * which can be opened by an added arrow button. + * which can be opened by an added arrow button. If %FALSE, @toolbar will + * request enough size to fit all of its child items without any overflow. * * Since: 2.4 **/