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.

  1. treeModelSortConvertPathToChildPath :: TreeModelSortClass self => self -> TreePath -> IO TreePath

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    Converts path in the sorted model to a path on the unsorted model on which the given TreeModelSort is based. That is, the given path points to a location in the given TreeModelSort. The returned path will point to the same location in the underlying unsorted model.

  2. treeModelSortGetModel :: TreeModelSortClass self => self -> IO TreeModel

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    Returns the underlying model the TreeModelSort is sorting.

  3. treeModelSortIterIsValid :: TreeModelSortClass self => self -> TreeIter -> IO Bool

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    Checks if the given iter is a valid iter for this TreeModelSort.

    • WARNING: This function is slow. Only use it for debugging and/or testing purposes.
    • Available since Gtk+ version 2.2

  4. treeModelSortNewWithModel :: (TreeModelClass (childModel row), TypedTreeModelClass childModel) => childModel row -> IO (TypedTreeModelSort row)

    gtk Graphics.UI.Gtk.ModelView.TreeModelSort

    Creates a new TreeModelSort, that will be a sorted view of the given model.

  5. treeModelSortResetDefaultSortFunc :: TreeModelSortClass self => self -> IO ()

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

  6. module Graphics.UI.Gtk.ModelView.TreeSortable

    The interface for sortable models used by TreeView

  7. data TreeSortable

    gtk Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  8. class GObjectClass o => TreeSortableClass o

    gtk Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  9. castToTreeSortable :: GObjectClass obj => obj -> TreeSortable

    gtk Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  10. gTypeTreeSortable :: GType

    gtk Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

Page 146 of many | Previous | Next