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