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§
- Typed
Iterator - Holds the state for iterating
TypedListItems ofTypedListView,TypedGridVieworTypedColumnView. - Typed
List Item - And item of a
list::TypedListView.
Traits§
- Relm
Selection Ext - Allows to create new or change existing
gtk::SelectionModelfor Relm’s type safe abstractions overgtk::ColumnView(i.e.TypedColumnView),gtk::ListView(i.e.TypedListView) andgtk::GridView(i.e.TypedGridView).
Type Aliases§
- OrdFn
- Sorting function used for views.