gtk.list_store

Module for ListStore class

Members

Classes

ListStore
class ListStore

The #GtkListStore object is a list model for use with a #GtkTreeView widget. It implements the #GtkTreeModel interface, and consequentialy, can use all of the methods available there. It also implements the #GtkTreeSortable interface so it can be sorted by the view. Finally, it also implements the tree [drag and drop][gtk3-GtkTreeView-drag-and-drop] interfaces.

ListStoreGidBuilder
class ListStoreGidBuilder

Fluent builder for gtk.list_store.ListStore

ListStoreGidBuilderImpl
class ListStoreGidBuilderImpl(T)

Fluent builder implementation template for gtk.list_store.ListStore