GtkNoSelection

gtk.no_selection.NoSelection is a gtk.selection_model.SelectionModel that does not allow selecting anything.

This model is meant to be used as a simple wrapper around a gio.list_model.ListModel when a gtk.selection_model.SelectionModel is required.

gtk.no_selection.NoSelection passes through sections from the underlying model.

struct GtkNoSelection