Hoogle Search

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

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

  1. setBorderRight :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “right” field. When overloading is enabled, this is equivalent to

    set border [ #right := value ]
    

  2. setBorderTop :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “top” field. When overloading is enabled, this is equivalent to

    set border [ #top := value ]
    

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

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

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

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

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

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

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

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

Page 86 of many | Previous | Next