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.
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 ]
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 ]
setGestureSingleButton :: (MonadIO m, IsGestureSingle o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “touch-only” property. When overloading is enabled, this is equivalent to
set gestureSingle [ #touchOnly := value ]
setGestureWindow :: (MonadIO m, IsGesture o, IsWindow a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “window” property. When overloading is enabled, this is equivalent to
set gesture [ #window := value ]
setGridBaselineRow :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “baseline-row” property. When overloading is enabled, this is equivalent to
set grid [ #baselineRow := value ]
setGridColumnHomogeneous :: (MonadIO m, IsGrid o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “column-homogeneous” property. When overloading is enabled, this is equivalent to
set grid [ #columnHomogeneous := value ]
setGridColumnSpacing :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to
set grid [ #columnSpacing := value ]
setGridRowHomogeneous :: (MonadIO m, IsGrid o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “row-homogeneous” property. When overloading is enabled, this is equivalent to
set grid [ #rowHomogeneous := value ]