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. setPoint3DX :: MonadIO m => Point3D -> Float -> m ()

    gi-graphene GI.Graphene.Structs.Point3D

    Set the value of the “x” field. When overloading is enabled, this is equivalent to

    set point3D [ #x := value ]
    

  2. setPoint3DY :: MonadIO m => Point3D -> Float -> m ()

    gi-graphene GI.Graphene.Structs.Point3D

    Set the value of the “y” field. When overloading is enabled, this is equivalent to

    set point3D [ #y := value ]
    

  3. setPoint3DZ :: MonadIO m => Point3D -> Float -> m ()

    gi-graphene GI.Graphene.Structs.Point3D

    Set the value of the “z” field. When overloading is enabled, this is equivalent to

    set point3D [ #z := value ]
    

  4. setSizeHeight :: MonadIO m => Size -> Float -> m ()

    gi-graphene GI.Graphene.Structs.Size

    Set the value of the “height” field. When overloading is enabled, this is equivalent to

    set size [ #height := value ]
    

  5. setSizeWidth :: MonadIO m => Size -> Float -> m ()

    gi-graphene GI.Graphene.Structs.Size

    Set the value of the “width” field. When overloading is enabled, this is equivalent to

    set size [ #width := value ]
    

  6. setDebugFlags :: (HasCallStack, MonadIO m) => Word32 -> m ()

    gi-gtk3 GI.Gtk.Functions

    Sets the GTK+ debug flags.

  7. setActionableActionName :: (MonadIO m, IsActionable o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Actionable

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

    set actionable [ #actionName := value ]
    

  8. setActionableActionTarget :: (MonadIO m, IsActionable o) => o -> GVariant -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Actionable

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

    set actionable [ #actionTarget := value ]
    

  9. setActivatableRelatedAction :: (MonadIO m, IsActivatable o, IsAction a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Activatable

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

    set activatable [ #relatedAction := value ]
    

  10. setActivatableUseActionAppearance :: (MonadIO m, IsActivatable o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Activatable

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

    set activatable [ #useActionAppearance := value ]
    

Page 477 of many | Previous | Next