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.

  1. constructHeaderBarCustomTitle :: (IsHeaderBar o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)

    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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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
    

  10. getHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m Text

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Get the value of the “decoration-layout” property. When overloading is enabled, this is equivalent to

    get headerBar #decorationLayout
    

Page 253 of many | Previous | Next