|
Public Member Functions |
virtual | ~Window () |
GdkGLWindow * | gobj () |
const GdkGLWindow * | gobj () const |
GdkGLWindow * | gobj_copy () |
Glib::RefPtr< Gdk::Window > | get_window () |
| Returns the Gdk::Window associated with glwindow .
|
Glib::RefPtr< const Gdk::Window > | get_window () const |
| Returns the Gdk::Window associated with glwindow .
|
Static Public Member Functions |
Glib::RefPtr< Window > | create (const Glib::RefPtr< const Config > &glconfig, const Glib::RefPtr< const Gdk::Window > &window, const int *attrib_list) |
Glib::RefPtr< Window > | set_gl_capability (const Glib::RefPtr< Gdk::Window > &window, const Glib::RefPtr< const Config > &glconfig, const int *attrib_list=0) |
| Set the OpenGL-capability to the window .
|
void | unset_gl_capability (const Glib::RefPtr< Gdk::Window > &window) |
| Unset the OpenGL-capability of the window .
|
bool | is_gl_capable (const Glib::RefPtr< const Gdk::Window > &window) |
| Returns whether the window is OpenGL-capable.
|
Glib::RefPtr< Window > | get_gl_window (const Glib::RefPtr< const Gdk::Window > &window) |
| Returns the Gdk::GLWindow held by the window .
|
Glib::RefPtr< Gdk::GL::Drawable > | get_gl_drawable (const Glib::RefPtr< const Gdk::Window > &window) |
Protected Member Functions |
| Window (const Glib::RefPtr< const Config > &glconfig, const Glib::RefPtr< const Gdk::Window > &window, const int *attrib_list=0) |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr< Gdk::GL::Window > | wrap (GdkGLWindow *object, bool take_copy=false) |