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.
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
-
gi-gtk4 GI.Gtk.Objects.ListView Gets the factory that's currently used to populate section headers. Since: 4.12
-
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
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 ]
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.
getSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> m Boolgi-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
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 ]
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.
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.
getTreeViewHeadersClickable :: (MonadIO m, IsTreeView o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TreeView Get the value of the “headers-clickable” property. When overloading is enabled, this is equivalent to
get treeView #headersClickable