[gtk/prop-list: 1/33] columnview: Document sorting
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/prop-list: 1/33] columnview: Document sorting
- Date: Fri, 20 Dec 2019 19:37:37 +0000 (UTC)
commit a519c8581520208508c13c39b432887a0c0bca7a
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Dec 15 20:57:56 2019 -0500
columnview: Document sorting
Add a paragraph outlining how sorting is set up
for GtkColumnView.
gtk/gtkcolumnview.c | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/gtk/gtkcolumnview.c b/gtk/gtkcolumnview.c
index b36fd09808..9d3bf91299 100644
--- a/gtk/gtkcolumnview.c
+++ b/gtk/gtkcolumnview.c
@@ -43,6 +43,12 @@
*
* GtkColumnView is a widget to present a view into a large dynamic list of items
* using multiple columns.
+ *
+ * It supports sorting that can be customized by the user by clicking on column
+ * view headers. To set this up, the #GtkSorter returned by gtk_column_view_get_sorter()
+ * must be attached to a sort model for the data that the view is showing, and the
+ * columns must have sorters attached to them by calling gtk_column_view_column_set_sorter().
+ * The initial sort order can be set with gtk_column_view_sort_by_column().
*/
struct _GtkColumnView
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]