Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk3 Graphics.UI.Gtk.General.StockItems No documentation available.
stockSortDescending :: StockIdgtk3 Graphics.UI.Gtk.General.StockItems No documentation available.
module Graphics.UI.Gtk.ModelView.
TreeModelSort A TreeModel which makes an underlying tree model sortable
-
gtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
class GObjectClass o =>
TreeModelSortClass ogtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
castToTreeModelSort :: GObjectClass obj => obj -> TreeModelSortgtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
-
gtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
toTreeModelSort :: TreeModelSortClass o => o -> TreeModelSortgtk3 Graphics.UI.Gtk.ModelView.TreeModelSort No documentation available.
treeModelSortClearCache :: TreeModelSortClass self => self -> IO ()gtk3 Graphics.UI.Gtk.ModelView.TreeModelSort Clear the cache of unref'd iterators.
- This function should almost never be called. It clears the TreeModelSort of any cached iterators that haven't been reffed with treeModelRefNode. This might be useful if the child model being sorted is static (and doesn't change often) and there has been a lot of unreffed access to nodes. As a side effect of this function, all unreffed iters will be invalid.