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. setTableChildXfill :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “xfill” field. When overloading is enabled, this is equivalent to

    set tableChild [ #xfill := value ]
    

  2. setTableChildXpadding :: MonadIO m => TableChild -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “xpadding” field. When overloading is enabled, this is equivalent to

    set tableChild [ #xpadding := value ]
    

  3. setTableChildXshrink :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “xshrink” field. When overloading is enabled, this is equivalent to

    set tableChild [ #xshrink := value ]
    

  4. setTableChildYexpand :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “yexpand” field. When overloading is enabled, this is equivalent to

    set tableChild [ #yexpand := value ]
    

  5. setTableChildYfill :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “yfill” field. When overloading is enabled, this is equivalent to

    set tableChild [ #yfill := value ]
    

  6. setTableChildYpadding :: MonadIO m => TableChild -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “ypadding” field. When overloading is enabled, this is equivalent to

    set tableChild [ #ypadding := value ]
    

  7. setTableChildYshrink :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

    Set the value of the “yshrink” field. When overloading is enabled, this is equivalent to

    set tableChild [ #yshrink := value ]
    

  8. setTableRowColAllocation :: MonadIO m => TableRowCol -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableRowCol

    Set the value of the “allocation” field. When overloading is enabled, this is equivalent to

    set tableRowCol [ #allocation := value ]
    

  9. setTableRowColEmpty :: MonadIO m => TableRowCol -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableRowCol

    Set the value of the “empty” field. When overloading is enabled, this is equivalent to

    set tableRowCol [ #empty := value ]
    

  10. setTableRowColExpand :: MonadIO m => TableRowCol -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableRowCol

    Set the value of the “expand” field. When overloading is enabled, this is equivalent to

    set tableRowCol [ #expand := value ]
    

Page 589 of many | Previous | Next