gtkmm 3.24.7
|
#include <gdkmm/glcontext.h>
Inherits Glib::Error.
Public Types | |
enum | Code { NOT_AVAILABLE , UNSUPPORTED_FORMAT , UNSUPPORTED_PROFILE } |
Error enumeration for Gdk::GLContext. More... | |
Public Member Functions | |
GLError (Code error_code, const Glib::ustring & error_message) | |
GLError (GError * gobject) | |
Code | code () const |
enum Gdk::GLError::Code |
Error enumeration for Gdk::GLContext.
Enumerator | |
---|---|
NOT_AVAILABLE | OpenGL support is not available. |
UNSUPPORTED_FORMAT | The requested visual format is not supported. |
UNSUPPORTED_PROFILE | The requested profile is not supported. |
Gdk::GLError::GLError | ( | Code | error_code, |
const Glib::ustring & | error_message | ||
) |
|
explicit |
Code Gdk::GLError::code | ( | ) | const |