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. setStockItemLabel :: MonadIO m => StockItem -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.StockItem

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

    set stockItem [ #label := value ]
    

  2. setStockItemModifier :: MonadIO m => StockItem -> [ModifierType] -> m ()

    gi-gtk3 GI.Gtk.Structs.StockItem

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

    set stockItem [ #modifier := value ]
    

  3. setStockItemStockId :: MonadIO m => StockItem -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.StockItem

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

    set stockItem [ #stockId := value ]
    

  4. setStockItemTranslationDomain :: MonadIO m => StockItem -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.StockItem

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

    set stockItem [ #translationDomain := value ]
    

  5. setTableChildBottomAttach :: MonadIO m => TableChild -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #bottomAttach := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #leftAttach := value ]
    

  7. setTableChildRightAttach :: MonadIO m => TableChild -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #rightAttach := value ]
    

  8. setTableChildTopAttach :: MonadIO m => TableChild -> Word16 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #topAttach := value ]
    

  9. setTableChildWidget :: MonadIO m => TableChild -> Ptr Widget -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #widget := value ]
    

  10. setTableChildXexpand :: MonadIO m => TableChild -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.TableChild

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

    set tableChild [ #xexpand := value ]
    

Page 588 of many | Previous | Next