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. setApplicationWindowShowMenubar :: (MonadIO m, IsApplicationWindow o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set applicationWindow [ #showMenubar := value ]
    

  2. setArrowArrowType :: (MonadIO m, IsArrow o) => o -> ArrowType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set arrow [ #arrowType := value ]
    

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

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

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

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

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

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

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

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

Page 83 of many | Previous | Next