Toolbar: Clarify set_show_arrow() a bit more

This commit is contained in:
Daniel Boles 2017-09-03 11:04:48 +01:00
parent 66d63e4a47
commit 8dbb17e1f3

View File

@ -2989,7 +2989,8 @@ gtk_toolbar_get_relief_style (GtkToolbar *toolbar)
* size to show all of its items. If %TRUE, items which cant fit in @toolbar, * size to show all of its items. If %TRUE, items which cant fit in @toolbar,
* and which have a proxy menu item set by gtk_tool_item_set_proxy_menu_item() * 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, * 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 * Since: 2.4
**/ **/