Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setAboutDialogWrapLicense :: (MonadIO m, IsAboutDialog o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “wrap-license” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #wrapLicense := value ]
setAccelGroupEntryAccelPathQuark :: MonadIO m => AccelGroupEntry -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel_path_quark” field. When overloading is enabled, this is equivalent to
set accelGroupEntry [ #accelPathQuark := value ]
setAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> Ptr (GClosure ()) -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “closure” field. When overloading is enabled, this is equivalent to
set accelGroupEntry [ #closure := value ]
setAccelKeyAccelFlags :: MonadIO m => AccelKey -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel_flags” field. When overloading is enabled, this is equivalent to
set accelKey [ #accelFlags := value ]
setAccelKeyAccelKey :: MonadIO m => AccelKey -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel_key” field. When overloading is enabled, this is equivalent to
set accelKey [ #accelKey := value ]
setAccelKeyAccelMods :: MonadIO m => AccelKey -> [ModifierType] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel_mods” field. When overloading is enabled, this is equivalent to
set accelKey [ #accelMods := value ]
setAccelLabelAccelClosure :: (MonadIO m, IsAccelLabel o) => o -> GClosure a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-closure” property. When overloading is enabled, this is equivalent to
set accelLabel [ #accelClosure := value ]
setAccelLabelAccelWidget :: (MonadIO m, IsAccelLabel o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-widget” property. When overloading is enabled, this is equivalent to
set accelLabel [ #accelWidget := value ]
setAccessibleWidget :: (MonadIO m, IsAccessible o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “widget” property. When overloading is enabled, this is equivalent to
set accessible [ #widget := value ]
setActionActionGroup :: (MonadIO m, IsAction o, IsActionGroup a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “action-group” property. When overloading is enabled, this is equivalent to
set action [ #actionGroup := value ]