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.
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 ]
setGridRowSpacing :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “row-spacing” property. When overloading is enabled, this is equivalent to
set grid [ #rowSpacing := value ]
setHandleBoxHandlePosition :: (MonadIO m, IsHandleBox o) => o -> PositionType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “handle-position” property. When overloading is enabled, this is equivalent to
set handleBox [ #handlePosition := value ]