|
Public Member Functions |
char[] | toString () |
| Gets an object identification.
|
Static Public Member Functions |
public bit | setGLCapability (Widget widget, GLConfig glconfig, GLContext share_list, bit direct, int render_type) |
| Sets GL capabilities for the widget.
|
bit | isGLCapable (Widget widget) |
| Checks if this widget is GL capable.
|
GLConfig | getGLConfig (Widget widget) |
| Gets the GLConfig from the widget.
|
GLContext | createGLContext (Widget widget, GLContext share_list, bit direct, int render_type) |
| Creates a new GLConext for (from???) the widget.
|
GLContext | getGLContext (Widget widget) |
| Gets the GLContext for (from???) the widget.
|
GLWindow | getGLWindow (Widget widget) |
| Gets the gl winddow for (from???) the widget.
|
GLDrawable | getGLDrawable (Widget widget) |
| Gets the GL Frawable for (from???) the widget.
|