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. setArrowShadowType :: (MonadIO m, IsArrow o) => o -> ShadowType -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “shadow-type” property. When overloading is enabled, this is equivalent to

    set arrow [ #shadowType := value ]
    

  2. setAspectFrameObeyChild :: (MonadIO m, IsAspectFrame o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “obey-child” property. When overloading is enabled, this is equivalent to

    set aspectFrame [ #obeyChild := value ]
    

  3. setAspectFrameRatio :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “ratio” property. When overloading is enabled, this is equivalent to

    set aspectFrame [ #ratio := value ]
    

  4. setAspectFrameXalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “xalign” property. When overloading is enabled, this is equivalent to

    set aspectFrame [ #xalign := value ]
    

  5. setAspectFrameYalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “yalign” property. When overloading is enabled, this is equivalent to

    set aspectFrame [ #yalign := value ]
    

  6. setBindingArgArgType :: MonadIO m => BindingArg -> GType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingArg [ #argType := value ]
    

  7. setBindingEntryBindingSet :: MonadIO m => BindingEntry -> Ptr BindingSet -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingEntry [ #bindingSet := value ]
    

  8. setBindingEntryDestroyed :: MonadIO m => BindingEntry -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingEntry [ #destroyed := value ]
    

  9. setBindingEntryHashNext :: MonadIO m => BindingEntry -> Ptr BindingEntry -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingEntry [ #hashNext := value ]
    

  10. setBindingEntryInEmission :: MonadIO m => BindingEntry -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingEntry [ #inEmission := value ]
    

Page 81 of many | Previous | Next