SortedList


Object Hierarchy:

Object hierarchy for SortedList

Description:

public class SortedList<T> : Object, ListModel

A sorted and filtered list model for any type of object.

Implements GLib.ListModel directly with sorting and filtering. Provides a method to find the position of an object in the sorted list.

To create a filter that matches all items (no filtering), use: `new Gtk.CustomFilter((item) => { return true; })`

Since:

1.0


Namespace: OLLMchatGtk.List
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel