Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

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

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

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

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

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

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

Page 151 of many | Previous | Next