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 TypedColumnView, TypedGridView or TypedColumnView.
TypedListItem
And item of a list::TypedListView.

Type Aliases§

OrdFn
Sorting function used for views.