NativeIfaceProxy

Proxy object for Gtk.Native interface when a GObject has no applicable D binding

class NativeIfaceProxy : IfaceProxy , Native {}

Mixed In Members

From mixin NativeT!()

getRenderer
gsk.renderer.Renderer getRenderer()

Returns the renderer that is used for this gtk.native.Native.

getSurface
gdk.surface.Surface getSurface()

Returns the surface of this gtk.native.Native.

getSurfaceTransform
void getSurfaceTransform(double x, double y)

Retrieves the surface transform of self.

realize
void realize()

Realizes a gtk.native.Native.

unrealize
void unrealize()

Unrealizes a gtk.native.Native.

Inherited Members

From Native

getForSurface
gtk.native.Native getForSurface(gdk.surface.Surface surface)

Finds the gtk.native.Native associated with the surface.

getRenderer
gsk.renderer.Renderer getRenderer()

Returns the renderer that is used for this gtk.native.Native.

getSurface
gdk.surface.Surface getSurface()

Returns the surface of this gtk.native.Native.

getSurfaceTransform
void getSurfaceTransform(double x, double y)

Retrieves the surface transform of self.

realize
void realize()

Realizes a gtk.native.Native.

unrealize
void unrealize()

Unrealizes a gtk.native.Native.