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. setGridRowSpacing :: (MonadIO m, IsGrid o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Grid

    Set the value of the “row-spacing” property. When overloading is enabled, this is equivalent to

    set grid [ #rowSpacing := value ]
    

  2. setGridLayoutBaselineRow :: (MonadIO m, IsGridLayout o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayout

    Set the value of the “baseline-row” property. When overloading is enabled, this is equivalent to

    set gridLayout [ #baselineRow := value ]
    

  3. setGridLayoutColumnHomogeneous :: (MonadIO m, IsGridLayout o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayout

    Set the value of the “column-homogeneous” property. When overloading is enabled, this is equivalent to

    set gridLayout [ #columnHomogeneous := value ]
    

  4. setGridLayoutColumnSpacing :: (MonadIO m, IsGridLayout o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayout

    Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to

    set gridLayout [ #columnSpacing := value ]
    

  5. setGridLayoutRowHomogeneous :: (MonadIO m, IsGridLayout o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayout

    Set the value of the “row-homogeneous” property. When overloading is enabled, this is equivalent to

    set gridLayout [ #rowHomogeneous := value ]
    

  6. setGridLayoutRowSpacing :: (MonadIO m, IsGridLayout o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayout

    Set the value of the “row-spacing” property. When overloading is enabled, this is equivalent to

    set gridLayout [ #rowSpacing := value ]
    

  7. setGridLayoutChildColumn :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayoutChild

    Set the value of the “column” property. When overloading is enabled, this is equivalent to

    set gridLayoutChild [ #column := value ]
    

  8. setGridLayoutChildColumnSpan :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayoutChild

    Set the value of the “column-span” property. When overloading is enabled, this is equivalent to

    set gridLayoutChild [ #columnSpan := value ]
    

  9. setGridLayoutChildRow :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayoutChild

    Set the value of the “row” property. When overloading is enabled, this is equivalent to

    set gridLayoutChild [ #row := value ]
    

  10. setGridLayoutChildRowSpan :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridLayoutChild

    Set the value of the “row-span” property. When overloading is enabled, this is equivalent to

    set gridLayoutChild [ #rowSpan := value ]
    

Page 644 of many | Previous | Next