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.

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

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

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

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

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

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

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

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

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

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

Page 74 of many | Previous | Next