Compounds | |
class | DrawingArea |
OpenGL-capable DrawingArea widget. More... | |
class | Widget |
OpenGL extension API to Gtk::Widget. More... | |
Functions | |
bool | init_check (int &argc, char **&argv) |
Initialize gtkglextmm library. | |
bool | init_check (int *argc, char ***argv) |
Initialize gtkglextmm library. | |
void | init (int &argc, char **&argv) |
Initialize gtkglextmm library. | |
void | init (int *argc, char ***argv) |
Initialize gtkglextmm library. |
|
Initialize gtkglextmm library. Call this function before using any other gtkglextmm functions in your applications. It will initialize everything needed to operate the library and parses some standard command line options. argc and argv are adjusted accordingly so your own code will never see those standard arguments. This function will terminate your program if it was unable to initialize the library for some reason. If you want your program to fall back to a textual interface you want to call Gtk::GL::init_check() instead.
|
|
Initialize gtkglextmm library. Call this function before using any other gtkglextmm functions in your applications. It will initialize everything needed to operate the library and parses some standard command line options. argc and argv are adjusted accordingly so your own code will never see those standard arguments. This function will terminate your program if it was unable to initialize the library for some reason. If you want your program to fall back to a textual interface you want to call Gtk::GL::init_check() instead.
|
|
Initialize gtkglextmm library.
This function does the same work as Gdk::GL::init() with only a single change: It does not terminate the program if the library can't be initialized. Instead it returns This way the application can fall back to some other means of communication with the user - for example a curses or command line interface.
|
|
Initialize gtkglextmm library.
This function does the same work as Gdk::GL::init() with only a single change: It does not terminate the program if the library can't be initialized. Instead it returns This way the application can fall back to some other means of communication with the user - for example a curses or command line interface.
|