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.
-
gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “custom-title” property. This is rarely needed directly, but it is used by new.
constructHeaderBarDecorationLayout :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 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.
constructHeaderBarDecorationLayoutSet :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “decoration-layout-set” property. This is rarely needed directly, but it is used by new.
constructHeaderBarHasSubtitle :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “has-subtitle” property. This is rarely needed directly, but it is used by new.
constructHeaderBarShowCloseButton :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “show-close-button” property. This is rarely needed directly, but it is used by new.
constructHeaderBarSpacing :: (IsHeaderBar o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “spacing” property. This is rarely needed directly, but it is used by new.
constructHeaderBarSubtitle :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “subtitle” property. This is rarely needed directly, but it is used by new.
constructHeaderBarTitle :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.HeaderBar Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.
getHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Widget)gi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “custom-title” property. When overloading is enabled, this is equivalent to
get headerBar #customTitle
getHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m Textgi-gtk3 GI.Gtk.Objects.HeaderBar Get the value of the “decoration-layout” property. When overloading is enabled, this is equivalent to
get headerBar #decorationLayout