Module typed_view

Module typed_view 

Source
Expand description

Typed views.

Modules§

column
Idiomatic and high-level abstraction over gtk::ColumnView.
grid
Idiomatic and high-level abstraction over gtk::GridView.
list
Idiomatic and high-level abstraction over gtk::ListView.

Structs§

TypedIterator
Holds the state for iterating TypedListItems of TypedListView, TypedGridView or TypedColumnView.
TypedListItem
And item of a list::TypedListView.

Traits§

RelmSelectionExt
Allows to create new or change existing gtk::SelectionModel for Relm’s type safe abstractions over gtk::ColumnView (i.e. TypedColumnView), gtk::ListView (i.e. TypedListView) and gtk::GridView (i.e. TypedGridView).

Type Aliases§

OrdFn
Sorting function used for views.