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.

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

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

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

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

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

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

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

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

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

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

Page 84 of many | Previous | Next