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.
setAboutDialogWebsite :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “website” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #website := value ]
setAboutDialogWebsiteLabel :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “website-label” property. When overloading is enabled, this is equivalent to
set aboutDialog [ #websiteLabel := value ]
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 ]