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.

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

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

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

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

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

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

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

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

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

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

Page 163 of many | Previous | Next