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

    gi-gtk-hs Data.GI.Gtk

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

    set stockItem [ #stockId := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set stockItem [ #translationDomain := value ]
    

  3. setStyleContextDirection :: (MonadIO m, IsStyleContext o) => o -> TextDirection -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set styleContext [ #direction := value ]
    

  4. setStyleContextPaintClock :: (MonadIO m, IsStyleContext o, IsFrameClock a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set styleContext [ #paintClock := value ]
    

  5. setStyleContextParent :: (MonadIO m, IsStyleContext o, IsStyleContext a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set styleContext [ #parent := value ]
    

  6. setStyleContextScreen :: (MonadIO m, IsStyleContext o, IsScreen a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set styleContext [ #screen := value ]
    

  7. setSwitchActive :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set switch [ #active := value ]
    

  8. setSwitchState :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set switch [ #state := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set tableChild [ #bottomAttach := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set tableChild [ #leftAttach := value ]
    

Page 161 of many | Previous | Next