Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRadioActionEntryStockId :: MonadIO m => RadioActionEntry -> 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 radioActionEntry [ #stockId := value ]
    

  2. setRadioActionEntryTooltip :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioActionEntry [ #tooltip := value ]
    

  3. setRadioActionEntryValue :: MonadIO m => RadioActionEntry -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioActionEntry [ #value := value ]
    

  4. setRadioActionGroup :: (MonadIO m, IsRadioAction o, IsRadioAction a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioAction [ #group := value ]
    

  5. setRadioActionValue :: (MonadIO m, IsRadioAction o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioAction [ #value := value ]
    

  6. setRadioButtonGroup :: (MonadIO m, IsRadioButton o, IsRadioButton a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioButton [ #group := value ]
    

  7. setRadioMenuItemGroup :: (MonadIO m, IsRadioMenuItem o, IsRadioMenuItem a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioMenuItem [ #group := value ]
    

  8. setRadioToolButtonGroup :: (MonadIO m, IsRadioToolButton o, IsRadioToolButton a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set radioToolButton [ #group := value ]
    

  9. setRangeAdjustment :: (MonadIO m, IsRange o, IsAdjustment a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set range [ #adjustment := value ]
    

  10. setRangeFillLevel :: (MonadIO m, IsRange o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set range [ #fillLevel := value ]
    

Page 136 of many | Previous | Next