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. getTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> m SortType

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

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

    get treeViewColumn #sortOrder
    

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

    gi-gtk3 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 ]
    

  3. setTreeViewColumnSortIndicator :: (MonadIO m, IsTreeViewColumn o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

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

    set treeViewColumn [ #sortIndicator := value ]
    

  4. setTreeViewColumnSortOrder :: (MonadIO m, IsTreeViewColumn o) => o -> SortType -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

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

    set treeViewColumn [ #sortOrder := value ]
    

  5. treeViewColumnGetSortColumnId :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Gets the logical sortColumnId that the model sorts on when this column is selected for sorting. See treeViewColumnSetSortColumnId.

  6. treeViewColumnGetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Gets the value set by treeViewColumnSetSortIndicator.

  7. treeViewColumnGetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m SortType

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Gets the value set by treeViewColumnSetSortOrder.

  8. treeViewColumnSetSortColumnId :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Sets the logical sortColumnId that this column sorts on when this column is selected for sorting. Doing so makes the column header clickable.

  9. treeViewColumnSetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Call this function with a setting of True to display an arrow in the header button indicating the column is sorted. Call treeViewColumnSetSortOrder to change the direction of the arrow.

  10. treeViewColumnSetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> SortType -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Changes the appearance of the sort indicator. This does not actually sort the model. Use treeViewColumnSetSortColumnId if you want automatic sorting support. This function is primarily for custom sorting behavior, and should be used in conjunction with treeSortableSetSortColumnId to do that. For custom models, the mechanism will vary. The sort indicator changes direction to indicate normal sort or reverse sort. Note that you must have the sort indicator enabled to see anything when calling this function; see treeViewColumnSetSortIndicator.

Page 143 of many | Previous | Next