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. treeModelSortIterIsValid :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreeIter -> m Bool

    gi-gtk4 GI.Gtk.Objects.TreeModelSort

    Deprecated: (Since version 4.10)

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

    gi-gtk4 GI.Gtk.Objects.TreeModelSort

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

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

    gi-gtk4 GI.Gtk.Objects.TreeModelSort

    Deprecated: (Since version 4.10)

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

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

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

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.TreeViewColumn

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

    get treeViewColumn #sortColumnId
    

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

    gi-gtk4 GI.Gtk.Objects.TreeViewColumn

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

    get treeViewColumn #sortIndicator
    

  9. getTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> m SortType

    gi-gtk4 GI.Gtk.Objects.TreeViewColumn

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

    get treeViewColumn #sortOrder
    

  10. setTreeViewColumnSortColumnId :: (MonadIO m, IsTreeViewColumn o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeViewColumn

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

    set treeViewColumn [ #sortColumnId := value ]
    

Page 202 of many | Previous | Next