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. setTableRowColRequisition :: MonadIO m => TableRowCol -> Word16 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set tableRowCol [ #requisition := value ]
    

  2. setTableRowColShrink :: MonadIO m => TableRowCol -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set tableRowCol [ #shrink := value ]
    

  3. setTableRowColSpacing :: MonadIO m => TableRowCol -> Word16 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set tableRowCol [ #spacing := value ]
    

  4. setTableRowSpacing :: (MonadIO m, IsTable o) => o -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set table [ #rowSpacing := value ]
    

  5. setTargetEntryFlags :: MonadIO m => TargetEntry -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set targetEntry [ #flags := value ]
    

  6. setTargetEntryInfo :: MonadIO m => TargetEntry -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set targetEntry [ #info := value ]
    

  7. setTargetEntryTarget :: MonadIO m => TargetEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set targetEntry [ #target := value ]
    

  8. setTargetPairFlags :: MonadIO m => TargetPair -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set targetPair [ #flags := value ]
    

  9. setTargetPairInfo :: MonadIO m => TargetPair -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set targetPair [ #info := value ]
    

  10. setTextAppearanceDrawBg :: MonadIO m => TextAppearance -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set textAppearance [ #drawBg := value ]
    

Page 164 of many | Previous | Next