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