Hoogle Search

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

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

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

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

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

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

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

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

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

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

  9. setGestureLongPressDelayFactor :: (MonadIO m, IsGestureLongPress o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set gestureLongPress [ #delayFactor := value ]
    

  10. setGesturePanOrientation :: (MonadIO m, IsGesturePan o) => o -> Orientation -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set gesturePan [ #orientation := value ]
    

Page 113 of many | Previous | Next