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.

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

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

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

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

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

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

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

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

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

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

Page 114 of many | Previous | Next