mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
multiselection: Clarify docs
Make it clear that GtkMultiSelection is not persistent across resorting.
This commit is contained in:
parent
c3a6e35070
commit
de6327a885
@ -33,6 +33,12 @@
|
|||||||
*
|
*
|
||||||
* GtkMultiSelection is an implementation of the #GtkSelectionModel interface
|
* GtkMultiSelection is an implementation of the #GtkSelectionModel interface
|
||||||
* that allows selecting multiple elements.
|
* that allows selecting multiple elements.
|
||||||
|
*
|
||||||
|
* Note that due to the way the selection is stored, newly added items are
|
||||||
|
* always unselected, even if they were just removed from the model, and were
|
||||||
|
* selected before. In particular this means that changing the sort order of
|
||||||
|
* an underlying sort model will clear the selection. In other words, the
|
||||||
|
* selection is *not persistent*.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GtkMultiSelection
|
struct _GtkMultiSelection
|
||||||
|
Loading…
Reference in New Issue
Block a user