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.
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 ]
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 ]
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 ]
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 ]
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 ]
setDebugFlags :: (HasCallStack, MonadIO m) => Word32 -> m ()gi-gtk3 GI.Gtk.Functions Sets the GTK+ debug flags.
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 ]
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 ]
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 ]
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 ]