Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setBoxBaselinePosition :: (MonadIO m, IsBox o) => o -> BaselinePosition -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “baseline-position” property. When overloading is enabled, this is equivalent to
set box [ #baselinePosition := value ]
setBoxHomogeneous :: (MonadIO m, IsBox o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set box [ #homogeneous := value ]
setBoxSpacing :: (MonadIO m, IsBox 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 box [ #spacing := value ]
setBuilderTranslationDomain :: (MonadIO m, IsBuilder o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “translation-domain” property. When overloading is enabled, this is equivalent to
set builder [ #translationDomain := value ]
setButtonAlwaysShowImage :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to
set button [ #alwaysShowImage := value ]
setButtonBoxLayoutStyle :: (MonadIO m, IsButtonBox o) => o -> ButtonBoxStyle -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “layout-style” property. When overloading is enabled, this is equivalent to
set buttonBox [ #layoutStyle := value ]
setButtonImage :: (MonadIO m, IsButton o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “image” property. When overloading is enabled, this is equivalent to
set button [ #image := value ]
setButtonImagePosition :: (MonadIO m, IsButton o) => o -> PositionType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “image-position” property. When overloading is enabled, this is equivalent to
set button [ #imagePosition := value ]
setButtonLabel :: (MonadIO m, IsButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “label” property. When overloading is enabled, this is equivalent to
set button [ #label := value ]
setButtonRelief :: (MonadIO m, IsButton o) => o -> ReliefStyle -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “relief” property. When overloading is enabled, this is equivalent to
set button [ #relief := value ]