forked from AuroraMiddleware/gtk
ComboBox|TreeMenu: Slightly clarify wrap-width doc
This commit is contained in:
parent
5849b98568
commit
9c3ea3f9a0
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user