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. getHeaderBarDecorationLayoutSet :: (MonadIO m, IsHeaderBar o) => o -> m Bool

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

  2. getHeaderBarHasSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    get headerBar #hasSubtitle
    

  3. getHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> m Bool

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

  4. getHeaderBarSpacing :: (MonadIO m, IsHeaderBar o) => o -> m Int32

    gi-gtk3 GI.Gtk.Objects.HeaderBar

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

    get headerBar #spacing
    

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

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

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

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

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

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

Page 254 of many | Previous | Next