Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.GLArea

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

    set gLArea [ #hasDepthBuffer := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.GLArea

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

    set gLArea [ #hasStencilBuffer := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.GLArea

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

    set gLArea [ #useEs := value ]
    

  4. setGestureWindow :: (MonadIO m, IsGesture o, IsWindow a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Gesture

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

    set gesture [ #window := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.GestureLongPress

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

    set gestureLongPress [ #delayFactor := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.GesturePan

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

    set gesturePan [ #orientation := value ]
    

  7. setGestureSingleButton :: (MonadIO m, IsGestureSingle o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.GestureSingle

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

    set gestureSingle [ #button := value ]
    

  8. setGestureSingleExclusive :: (MonadIO m, IsGestureSingle o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.GestureSingle

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

    set gestureSingle [ #exclusive := value ]
    

  9. setGestureSingleTouchOnly :: (MonadIO m, IsGestureSingle o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.GestureSingle

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

    set gestureSingle [ #touchOnly := value ]
    

  10. setGridBaselineRow :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Grid

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

    set grid [ #baselineRow := value ]
    

Page 514 of many | Previous | Next