Class

PhocCairoTexture

Description

final class Phoc.CairoTexture : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

phoc_cairo_texture_new
No description available.

Instance methods

phoc_cairo_texture_get_context
No description available.

phoc_cairo_texture_get_texture
No description available.

phoc_cairo_texture_update
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Phoc.CairoTexture:height

Height of the texture and backing Cairo surface.

Phoc.CairoTexture:width

Width of the texture and backing Cairo surface.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PhocCairoTextureClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.