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.

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

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

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

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

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

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

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

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

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

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

Page 488 of many | Previous | Next