ComboBox|TreeMenu: Slightly clarify wrap-width doc

This commit is contained in:
Daniel Boles 2017-10-04 10:20:03 +01:00
parent 5849b98568
commit 9c3ea3f9a0
2 changed files with 4 additions and 6 deletions

View File

@ -666,9 +666,8 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
/**
* GtkComboBox:wrap-width:
*
* If wrap-width is set to a positive value, the list will be
* displayed in multiple columns, the number of columns is
* determined by wrap-width.
* If wrap-width is set to a positive value, items in the popup will be laid
* out along multiple columns, starting a new row on reaching the wrap width.
*
* Since: 2.4
*/

View File

@ -298,9 +298,8 @@ _gtk_tree_menu_class_init (GtkTreeMenuClass *class)
/*
* GtkTreeMenu:wrap-width:
*
* If wrap-width is set to a positive value, the list will be
* displayed in multiple columns, the number of columns is
* determined by wrap-width.
* If wrap-width is set to a positive value, items in the popup will be laid
* out along multiple columns, starting a new row on reaching the wrap width.
*
* Since: 3.0
*/