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. setFrameLabel :: (MonadIO m, IsFrame 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 frame [ #label := value ]
    

  2. setFrameLabelWidget :: (MonadIO m, IsFrame o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set frame [ #labelWidget := value ]
    

  3. setFrameLabelXalign :: (MonadIO m, IsFrame o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set frame [ #labelXalign := value ]
    

  4. setFrameLabelYalign :: (MonadIO m, IsFrame o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set frame [ #labelYalign := value ]
    

  5. setFrameShadowType :: (MonadIO m, IsFrame 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 frame [ #shadowType := value ]
    

  6. setGLAreaAutoRender :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set gLArea [ #autoRender := value ]
    

  7. setGLAreaHasAlpha :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set gLArea [ #hasAlpha := value ]
    

  8. setGLAreaHasDepthBuffer :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “has-depth-buffer” property. When overloading is enabled, this is equivalent to

    set gLArea [ #hasDepthBuffer := value ]
    

  9. setGLAreaHasStencilBuffer :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “has-stencil-buffer” property. When overloading is enabled, this is equivalent to

    set gLArea [ #hasStencilBuffer := value ]
    

  10. setGLAreaUseEs :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set gLArea [ #useEs := value ]
    

Page 115 of many | Previous | Next