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.
setTableChildYshrink :: MonadIO m => TableChild -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “yshrink” field. When overloading is enabled, this is equivalent to
set tableChild [ #yshrink := value ]
setTableColumnSpacing :: (MonadIO m, IsTable o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to
set table [ #columnSpacing := value ]
setTableHomogeneous :: (MonadIO m, IsTable o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set table [ #homogeneous := value ]
setTableNColumns :: (MonadIO m, IsTable o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “n-columns” property. When overloading is enabled, this is equivalent to
set table [ #nColumns := value ]
setTableNRows :: (MonadIO m, IsTable o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “n-rows” property. When overloading is enabled, this is equivalent to
set table [ #nRows := value ]
setTableRowColAllocation :: MonadIO m => TableRowCol -> Word16 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “allocation” field. When overloading is enabled, this is equivalent to
set tableRowCol [ #allocation := value ]
setTableRowColEmpty :: MonadIO m => TableRowCol -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “empty” field. When overloading is enabled, this is equivalent to
set tableRowCol [ #empty := value ]
setTableRowColExpand :: MonadIO m => TableRowCol -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “expand” field. When overloading is enabled, this is equivalent to
set tableRowCol [ #expand := value ]
setTableRowColNeedExpand :: MonadIO m => TableRowCol -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “need_expand” field. When overloading is enabled, this is equivalent to
set tableRowCol [ #needExpand := value ]
setTableRowColNeedShrink :: MonadIO m => TableRowCol -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “need_shrink” field. When overloading is enabled, this is equivalent to
set tableRowCol [ #needShrink := value ]