Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
treeModelSortResetDefaultSortFunc :: TreeModelSortClass self => self -> IO ()gtk3 Graphics.UI.Gtk.ModelView.TreeModelSort This resets the default sort function. As a consequence, the order of this model will be the same order as that of the child model.
module Graphics.UI.Gtk.ModelView.
TreeSortable The interface for sortable models used by TreeView
-
gtk3 Graphics.UI.Gtk.ModelView.TreeSortable No documentation available.
class GObjectClass o =>
TreeSortableClass ogtk3 Graphics.UI.Gtk.ModelView.TreeSortable No documentation available.
castToTreeSortable :: GObjectClass obj => obj -> TreeSortablegtk3 Graphics.UI.Gtk.ModelView.TreeSortable No documentation available.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeSortable No documentation available.
toTreeSortable :: TreeSortableClass o => o -> TreeSortablegtk3 Graphics.UI.Gtk.ModelView.TreeSortable No documentation available.
treeSortableDefaultSortColumnId :: SortColumnIdgtk3 Graphics.UI.Gtk.ModelView.TreeSortable A special SortColumnId to indicated that the default sorting function is used.
treeSortableGetSortColumnId :: TreeSortableClass self => self -> IO (SortType, Bool, SortColumnId)gtk3 Graphics.UI.Gtk.ModelView.TreeSortable Query the sort column id that is currently in use. The return value may be the special constant treeSortableDefaultSortColumnId in which case the returned Boolean flag is False.
treeSortableHasDefaultSortFunc :: TreeSortableClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.ModelView.TreeSortable Returns True if the model has a default sort function. This is used primarily by TreeViewColumns in order to determine if a model has a default ordering or if the entries are retrieved in the sequence in which they are stored in the model.