Hoogle Search

Within Stackage Nightly 2026-06-25 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setHandleBoxShadowType :: (MonadIO m, IsHandleBox o) => o -> ShadowType -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to

    set handleBox [ #shadowType := value ]
    

  2. setHandleBoxSnapEdge :: (MonadIO m, IsHandleBox o) => o -> PositionType -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “snap-edge” property. When overloading is enabled, this is equivalent to

    set handleBox [ #snapEdge := value ]
    

  3. setHandleBoxSnapEdgeSet :: (MonadIO m, IsHandleBox o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “snap-edge-set” property. When overloading is enabled, this is equivalent to

    set handleBox [ #snapEdgeSet := value ]
    

  4. setHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “custom-title” property. When overloading is enabled, this is equivalent to

    set headerBar [ #customTitle := value ]
    

  5. setHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #decorationLayout := value ]
    

  6. setHeaderBarDecorationLayoutSet :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #decorationLayoutSet := value ]
    

  7. setHeaderBarHasSubtitle :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #hasSubtitle := value ]
    

  8. setHeaderBarShowCloseButton :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to

    set headerBar [ #showCloseButton := value ]
    

  9. setHeaderBarSpacing :: (MonadIO m, IsHeaderBar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #spacing := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set headerBar [ #subtitle := value ]
    

Page 115 of many | Previous | Next