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 :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m (Maybe TreePath)

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Converts sortedPath to a path on the child model of treeModelSort. That is, sortedPath points to a location in treeModelSort. The returned path will point to the same location in the model not being sorted. If sortedPath does not point to a location in the child model, Nothing is returned.

  2. treeModelSortGetModel :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> m TreeModel

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Returns the model the TreeModelSort is sorting.

  3. treeModelSortIterIsValid :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreeIter -> m Bool

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    This function is slow. Only use it for debugging and\/or testing
    purposes.
    
    Checks if the given iter is a valid iter for this TreeModelSort. Since: 2.2

  4. treeModelSortNewWithModel :: (HasCallStack, MonadIO m, IsTreeModel a) => a -> m TreeModelSort

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Creates a new TreeModelSort, with childModel as the child model.

  5. treeModelSortResetDefaultSortFunc :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    This resets the default sort function to be in the “unsorted” state. That is, it is in the same order as the child model. It will re-sort the model to be in the same order as the child model only if the TreeModelSort is in “unsorted” state.

  6. constructTreeViewColumnSortColumnId :: (IsTreeViewColumn o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Construct a GValueConstruct with valid value for the “sort-column-id” property. This is rarely needed directly, but it is used by new.

  7. constructTreeViewColumnSortIndicator :: (IsTreeViewColumn o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Construct a GValueConstruct with valid value for the “sort-indicator” property. This is rarely needed directly, but it is used by new.

  8. constructTreeViewColumnSortOrder :: (IsTreeViewColumn o, MonadIO m) => SortType -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Construct a GValueConstruct with valid value for the “sort-order” property. This is rarely needed directly, but it is used by new.

  9. getTreeViewColumnSortColumnId :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Get the value of the “sort-column-id” property. When overloading is enabled, this is equivalent to

    get treeViewColumn #sortColumnId
    

  10. getTreeViewColumnSortIndicator :: (MonadIO m, IsTreeViewColumn o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Get the value of the “sort-indicator” property. When overloading is enabled, this is equivalent to

    get treeViewColumn #sortIndicator
    

Page 142 of many | Previous | Next