gi-gsk-4.0.4: Gsk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gsk.Objects.TextureNode

Description

A render node for a GdkTexture.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf TextureNode o) => IsTextureNode o Source #

Type class for types which can be safely cast to TextureNode, for instance with toTextureNode.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf TextureNode o) => IsTextureNode o Source # 
Instance details

Defined in GI.Gsk.Objects.TextureNode

toTextureNode :: (MonadIO m, IsTextureNode o) => o -> m TextureNode Source #

Cast to TextureNode, for types for which this is known to be safe. For general casts, use castTo.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

draw, ref, serialize, unref, writeToFile.

Getters

getBounds, getNodeType, getTexture.

Setters

None.

getTexture

textureNodeGetTexture Source #

Arguments

:: (HasCallStack, MonadIO m, IsTextureNode a) 
=> a

node: a GskRenderNode of type RenderNodeTypeTextureNode

-> m Texture

Returns: the GdkTexture

Retrieves the GdkTexture used when creating this GskRenderNode.

new

textureNodeNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsTexture a) 
=> a

texture: the GdkTexture

-> Rect

bounds: the rectangle to render the texture into

-> m TextureNode

Returns: A new GskRenderNode

Creates a GskRenderNode that will render the given texture into the area given by bounds.