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.
treeModelSortIterIsValid :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreeIter -> m Boolgi-gtk4 GI.Gtk.Objects.TreeModelSort Deprecated: (Since version 4.10)
treeModelSortNewWithModel :: (HasCallStack, MonadIO m, IsTreeModel a) => a -> m TreeModelSortgi-gtk4 GI.Gtk.Objects.TreeModelSort Creates a new GtkTreeModelSort, with childModel as the child model.
treeModelSortResetDefaultSortFunc :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> m ()gi-gtk4 GI.Gtk.Objects.TreeModelSort Deprecated: (Since version 4.10)
-
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.
-
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.
-
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.
getTreeViewColumnSortColumnId :: (MonadIO m, IsTreeViewColumn o) => o -> m Int32gi-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
getTreeViewColumnSortIndicator :: (MonadIO m, IsTreeViewColumn o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TreeViewColumn Get the value of the “sort-indicator” property. When overloading is enabled, this is equivalent to
get treeViewColumn #sortIndicator
getTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> m SortTypegi-gtk4 GI.Gtk.Objects.TreeViewColumn Get the value of the “sort-order” property. When overloading is enabled, this is equivalent to
get treeViewColumn #sortOrder
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 ]