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

  2. module Graphics.UI.Gtk.ModelView.TreeSortable

    The interface for sortable models used by TreeView

  3. data TreeSortable

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  4. class GObjectClass o => TreeSortableClass o

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  6. gTypeTreeSortable :: GType

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  7. toTreeSortable :: TreeSortableClass o => o -> TreeSortable

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    No documentation available.

  8. treeSortableDefaultSortColumnId :: SortColumnId

    gtk3 Graphics.UI.Gtk.ModelView.TreeSortable

    A special SortColumnId to indicated that the default sorting function is used.

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

  10. treeSortableHasDefaultSortFunc :: TreeSortableClass self => self -> IO Bool

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

Page 207 of many | Previous | Next