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.
setGestureSingleButton :: (MonadIO m, IsGestureSingle o) => o -> Word32 -> m ()gi-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.GestureSingle Set the value of the “touch-only” property. When overloading is enabled, this is equivalent to
set gestureSingle [ #touchOnly := value ]
setGestureStylusStylusOnly :: (MonadIO m, IsGestureStylus o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.GestureStylus Set the value of the “stylus-only” property. When overloading is enabled, this is equivalent to
set gestureStylus [ #stylusOnly := value ]
setGraphicsOffloadChild :: (MonadIO m, IsGraphicsOffload o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.GraphicsOffload Set the value of the “child” property. When overloading is enabled, this is equivalent to
set graphicsOffload [ #child := value ]
setGraphicsOffloadEnabled :: (MonadIO m, IsGraphicsOffload o) => o -> GraphicsOffloadEnabled -> m ()gi-gtk4 GI.Gtk.Objects.GraphicsOffload Set the value of the “enabled” property. When overloading is enabled, this is equivalent to
set graphicsOffload [ #enabled := value ]
setGridBaselineRow :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Grid 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-gtk4 GI.Gtk.Objects.Grid 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-gtk4 GI.Gtk.Objects.Grid 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-gtk4 GI.Gtk.Objects.Grid Set the value of the “row-homogeneous” property. When overloading is enabled, this is equivalent to
set grid [ #rowHomogeneous := value ]