GLArea.useEs

bool useEs() @property

Get useEs property.

Returns

If set to true the widget will try to create a gdk.glcontext.GLContext using

OpenGL ES instead of OpenGL.

Deprecated

void useEs(bool propval) @property

Set useEs property.

Parameters

propvalIf set to true the widget will try to create a gdk.glcontext.GLContext using OpenGL ES instead of OpenGL.

Deprecated