mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
multiselection: Update docs
Remove information that is no longer true. GtkMultiSelection
is persistent across sorting changes since 3d8b6f6b79
.
This commit is contained in:
parent
ace4eac25a
commit
8a269de89a
@ -27,18 +27,12 @@
|
||||
|
||||
/**
|
||||
* SECTION:gtkmultiselection
|
||||
* @Short_description: A selection model that allows selecting a multiple items
|
||||
* @Short_description: A selection model that allows selecting multiple items
|
||||
* @Title: GtkMultiSelection
|
||||
* @see_also: #GtkSelectionModel
|
||||
*
|
||||
* GtkMultiSelection is an implementation of the #GtkSelectionModel interface
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user