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.
setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Calendar Set the value of the “show-heading” property. When overloading is enabled, this is equivalent to
set calendar [ #showHeading := value ]
clearColumnViewHeaderFactory :: (MonadIO m, IsColumnView o) => o -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “header-factory” property to Nothing. When overloading is enabled, this is equivalent to
clear #headerFactory
-
gi-gtk4 GI.Gtk.Objects.ColumnView Gets the factory that's currently used to populate section headers. Since: 4.12
-
gi-gtk4 GI.Gtk.Objects.ColumnView 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
-
gi-gtk4 GI.Gtk.Objects.ColumnView Construct a GValueConstruct with valid value for the “header-factory” property. This is rarely needed directly, but it is used by new.
getColumnViewHeaderFactory :: (MonadIO m, IsColumnView o) => o -> m (Maybe ListItemFactory)gi-gtk4 GI.Gtk.Objects.ColumnView Get the value of the “header-factory” property. When overloading is enabled, this is equivalent to
get columnView #headerFactory
setColumnViewHeaderFactory :: (MonadIO m, IsColumnView o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “header-factory” property. When overloading is enabled, this is equivalent to
set columnView [ #headerFactory := value ]
clearColumnViewColumnHeaderMenu :: (MonadIO m, IsColumnViewColumn o) => o -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Set the value of the “header-menu” property to Nothing. When overloading is enabled, this is equivalent to
clear #headerMenu
-
gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Gets the menu model that is used to create the context menu for the column header.
-
gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Sets the menu model that is used to create the context menu for the column header.