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.
getDropDownHeaderFactory :: (MonadIO m, IsDropDown o) => o -> m (Maybe ListItemFactory)gi-gtk4 GI.Gtk.Objects.DropDown Get the value of the “header-factory” property. When overloading is enabled, this is equivalent to
get dropDown #headerFactory
setDropDownHeaderFactory :: (MonadIO m, IsDropDown o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Set the value of the “header-factory” property. When overloading is enabled, this is equivalent to
set dropDown [ #headerFactory := value ]
class (GObject o, IsDescendantOf HeaderBar o) =>
IsHeaderBar ogi-gtk4 GI.Gtk.Objects.HeaderBar Type class for types which can be safely cast to HeaderBar, for instance with toHeaderBar.
clearHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk4 GI.Gtk.Objects.HeaderBar Set the value of the “decoration-layout” property to Nothing. When overloading is enabled, this is equivalent to
clear #decorationLayout
clearHeaderBarTitleWidget :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk4 GI.Gtk.Objects.HeaderBar Set the value of the “title-widget” property to Nothing. When overloading is enabled, this is equivalent to
clear #titleWidget
constructHeaderBarDecorationLayout :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “decoration-layout” property. This is rarely needed directly, but it is used by new.
constructHeaderBarShowTitleButtons :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “show-title-buttons” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “title-widget” property. This is rarely needed directly, but it is used by new.
getHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.HeaderBar Get the value of the “decoration-layout” property. When overloading is enabled, this is equivalent to
get headerBar #decorationLayout
getHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.HeaderBar Get the value of the “show-title-buttons” property. When overloading is enabled, this is equivalent to
get headerBar #showTitleButtons