Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setTreeExpanderIndentForDepth :: (MonadIO m, IsTreeExpander o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeExpander

    Set the value of the “indent-for-depth” property. When overloading is enabled, this is equivalent to

    set treeExpander [ #indentForDepth := value ]
    

  2. setTreeExpanderIndentForIcon :: (MonadIO m, IsTreeExpander o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeExpander

    Set the value of the “indent-for-icon” property. When overloading is enabled, this is equivalent to

    set treeExpander [ #indentForIcon := value ]
    

  3. setTreeExpanderListRow :: (MonadIO m, IsTreeExpander o, IsTreeListRow a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeExpander

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

    set treeExpander [ #listRow := value ]
    

  4. setTreeListModelAutoexpand :: (MonadIO m, IsTreeListModel o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeListModel

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

    set treeListModel [ #autoexpand := value ]
    

  5. setTreeListRowExpanded :: (MonadIO m, IsTreeListRow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeListRow

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

    set treeListRow [ #expanded := value ]
    

  6. setTreeListRowSorterSorter :: (MonadIO m, IsTreeListRowSorter o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeListRowSorter

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

    set treeListRowSorter [ #sorter := value ]
    

  7. setTreeSelectionMode :: (MonadIO m, IsTreeSelection o) => o -> SelectionMode -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeSelection

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

    set treeSelection [ #mode := value ]
    

  8. setTreeViewActivateOnSingleClick :: (MonadIO m, IsTreeView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeView

    Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

    set treeView [ #activateOnSingleClick := value ]
    

  9. setTreeViewEnableGridLines :: (MonadIO m, IsTreeView o) => o -> TreeViewGridLines -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeView

    Set the value of the “enable-grid-lines” property. When overloading is enabled, this is equivalent to

    set treeView [ #enableGridLines := value ]
    

  10. setTreeViewEnableSearch :: (MonadIO m, IsTreeView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeView

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

    set treeView [ #enableSearch := value ]
    

Page 698 of many | Previous | Next