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.

  1. stockSortDescending :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  2. module Graphics.UI.Gtk.ModelView.TreeModelSort

    A TreeModel which makes an underlying tree model sortable

  3. data TreeModelSort

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  4. class GObjectClass o => TreeModelSortClass o

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  5. data TypedTreeModelSort row

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  6. castToTreeModelSort :: GObjectClass obj => obj -> TreeModelSort

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  7. gTypeTreeModelSort :: GType

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  8. toTreeModelSort :: TreeModelSortClass o => o -> TreeModelSort

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    No documentation available.

  9. treeModelSortClearCache :: TreeModelSortClass self => self -> IO ()

    gtk 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.

  10. treeModelSortConvertChildIterToIter :: TreeModelSortClass self => self -> TreeIter -> IO TreeIter

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    Return an iterator in the sorted model that points to the row pointed to by the given iter from the unsorted model.

Page 145 of many | Previous | Next