[gtk+] ComboBox|TreeMenu: Slightly clarify wrap-width doc
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] ComboBox|TreeMenu: Slightly clarify wrap-width doc
- Date: Wed, 4 Oct 2017 10:21:57 +0000 (UTC)
commit 9c3ea3f9a05001eba83c8bb3052f635a97fa9eaa
Author: Daniel Boles <dboles src gnome org>
Date: Wed Oct 4 10:20:03 2017 +0100
ComboBox|TreeMenu: Slightly clarify wrap-width doc
gtk/gtkcombobox.c | 5 ++---
gtk/gtktreemenu.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 5937c2c..509b5c6 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -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
*/
diff --git a/gtk/gtktreemenu.c b/gtk/gtktreemenu.c
index c62b5df..bc98a13 100644
--- a/gtk/gtktreemenu.c
+++ b/gtk/gtktreemenu.c
@@ -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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]