Package org.gnome.gtk

Class NoSelection<T extends GObject>

java.lang.Object
All Implemented Interfaces:
Proxy, ListModelJavaList<T>, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>, ListModel<T>, SectionModel<T>, SelectionModel<T>

@Generated("io.github.jwharm.JavaGI") public class NoSelection<T extends GObject> extends GObject implements ListModel<T>, SectionModel<T>, SelectionModel<T>
GtkNoSelection is a GtkSelectionModel that does not allow selecting anything.

This model is meant to be used as a simple wrapper around a GListModel when a GtkSelectionModel is required.

GtkNoSelection passes through sections from the underlying model.