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.
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]