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.

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

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

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

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

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

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

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

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

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

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

Page 116 of many | Previous | Next