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.

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

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

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

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

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

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

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

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

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

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

Page 643 of many | Previous | Next