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

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

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

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

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

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

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

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

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

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

Page 76 of many | Previous | Next