Signal
GtkSorter::changed
since: 4.0
Description [src]
Emitted whenever the sorter changed.
Users of the sorter should then update the sort order again via gtk_sorter_compare().
GtkSortListModel
handles this signal automatically.
Depending on the change
parameter, it may be possible to update
the sort order without a full resorting. Refer to the
GtkSorterChange
documentation for details.
Default handler: The default handler is called after the handlers added via |
Available since: 4.0 |
Parameters
change
-
Type:
GtkSorterChange
How the sorter changed.