Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. getListViewHeaderFactory :: (MonadIO m, IsListView o) => o -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.ListView

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

    get listView #headerFactory
    

  2. listViewGetHeaderFactory :: (HasCallStack, MonadIO m, IsListView a) => a -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.ListView

    Gets the factory that's currently used to populate section headers. Since: 4.12

  3. listViewSetHeaderFactory :: (HasCallStack, MonadIO m, IsListView a, IsListItemFactory b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.ListView

    Sets the GtkListItemFactory to use for populating the ListHeader objects used in section headers. If this factory is set to Nothing, the list will not show section headers. Since: 4.12

  4. setListViewHeaderFactory :: (MonadIO m, IsListView o, IsListItemFactory a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ListView

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

    set listView [ #headerFactory := value ]
    

  5. constructSettingsGtkDialogsUseHeader :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-dialogs-use-header” property. This is rarely needed directly, but it is used by new.

  6. getSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Settings

    Get the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to

    get settings #gtkDialogsUseHeader
    

  7. setSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkDialogsUseHeader := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TreeView

    Construct a GValueConstruct with valid value for the “headers-clickable” property. This is rarely needed directly, but it is used by new.

  9. constructTreeViewHeadersVisible :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TreeView

    Construct a GValueConstruct with valid value for the “headers-visible” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.TreeView

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

    get treeView #headersClickable
    

Page 267 of many | Previous | Next