|
gtkmm
3.24.2
|
#include <gdkmm/glcontext.h>
Inherits Error.
Public Types | |
| enum | Code { NOT_AVAILABLE, UNSUPPORTED_FORMAT, UNSUPPORTED_PROFILE } |
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 |
1.8.17