Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setAspectFrameObeyChild :: (MonadIO m, IsAspectFrame o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.AspectFrame Set the value of the “obey-child” property. When overloading is enabled, this is equivalent to
set aspectFrame [ #obeyChild := value ]
setAspectFrameRatio :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()gi-gtk3 GI.Gtk.Objects.AspectFrame Set the value of the “ratio” property. When overloading is enabled, this is equivalent to
set aspectFrame [ #ratio := value ]
setAspectFrameXalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()gi-gtk3 GI.Gtk.Objects.AspectFrame Set the value of the “xalign” property. When overloading is enabled, this is equivalent to
set aspectFrame [ #xalign := value ]
setAspectFrameYalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()gi-gtk3 GI.Gtk.Objects.AspectFrame Set the value of the “yalign” property. When overloading is enabled, this is equivalent to
set aspectFrame [ #yalign := value ]
setBoxBaselinePosition :: (MonadIO m, IsBox o) => o -> BaselinePosition -> m ()gi-gtk3 GI.Gtk.Objects.Box 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-gtk3 GI.Gtk.Objects.Box 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-gtk3 GI.Gtk.Objects.Box 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-gtk3 GI.Gtk.Objects.Builder 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-gtk3 GI.Gtk.Objects.Button Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to
set button [ #alwaysShowImage := value ]
setButtonImage :: (MonadIO m, IsButton o, IsWidget a) => o -> a -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “image” property. When overloading is enabled, this is equivalent to
set button [ #image := value ]