Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setAccelLabelAccelWidget :: (MonadIO m, IsAccelLabel o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.AccelLabel

    Set the value of the “accel-widget” property. When overloading is enabled, this is equivalent to

    set accelLabel [ #accelWidget := value ]
    

  2. setAccessibleWidget :: (MonadIO m, IsAccessible o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Accessible

    Set the value of the “widget” property. When overloading is enabled, this is equivalent to

    set accessible [ #widget := value ]
    

  3. setActionActionGroup :: (MonadIO m, IsAction o, IsActionGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “action-group” property. When overloading is enabled, this is equivalent to

    set action [ #actionGroup := value ]
    

  4. setActionAlwaysShowImage :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to

    set action [ #alwaysShowImage := value ]
    

  5. setActionGicon :: (MonadIO m, IsAction o, IsIcon a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “gicon” property. When overloading is enabled, this is equivalent to

    set action [ #gicon := value ]
    

  6. setActionHideIfEmpty :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “hide-if-empty” property. When overloading is enabled, this is equivalent to

    set action [ #hideIfEmpty := value ]
    

  7. setActionIconName :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to

    set action [ #iconName := value ]
    

  8. setActionIsImportant :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “is-important” property. When overloading is enabled, this is equivalent to

    set action [ #isImportant := value ]
    

  9. setActionLabel :: (MonadIO m, IsAction o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “label” property. When overloading is enabled, this is equivalent to

    set action [ #label := value ]
    

  10. setActionSensitive :: (MonadIO m, IsAction o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Action

    Set the value of the “sensitive” property. When overloading is enabled, this is equivalent to

    set action [ #sensitive := value ]
    

Page 483 of many | Previous | Next