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.
getHeaderBarDecorationLayoutSet :: (MonadIO m, IsHeaderBar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “decoration-layout-set” property. When overloading is enabled, this is equivalent to
get headerBar #decorationLayoutSet
getHeaderBarHasSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “has-subtitle” property. When overloading is enabled, this is equivalent to
get headerBar #hasSubtitle
getHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “show-close-button” property. When overloading is enabled, this is equivalent to
get headerBar #showCloseButton
getHeaderBarSpacing :: (MonadIO m, IsHeaderBar o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “spacing” property. When overloading is enabled, this is equivalent to
get headerBar #spacing
getHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “subtitle” property. When overloading is enabled, this is equivalent to
get headerBar #subtitle
getHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “title” property. When overloading is enabled, this is equivalent to
get headerBar #title
setHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “custom-title” property. When overloading is enabled, this is equivalent to
set headerBar [ #customTitle := value ]
setHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “decoration-layout” property. When overloading is enabled, this is equivalent to
set headerBar [ #decorationLayout := value ]
setHeaderBarDecorationLayoutSet :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “decoration-layout-set” property. When overloading is enabled, this is equivalent to
set headerBar [ #decorationLayoutSet := value ]
setHeaderBarHasSubtitle :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “has-subtitle” property. When overloading is enabled, this is equivalent to
set headerBar [ #hasSubtitle := value ]