|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to create the 'OengGL -> Quality' submenu. More...
#include "global.h"#include "interface.h"#include "preferences.h"#include "project.h"#include "glwindow.h"#include "glview.h"Go to the source code of this file.
Functions | |
| void | set_quality (int q, glwin *view) |
| set OpenGL quality | |
| G_MODULE_EXPORT void | set_quality_spin (GtkSpinButton *res, gpointer data) |
| set quality spin button callback | |
Functions to create the 'OengGL -> Quality' submenu.
Definition in file m_quality.c.
| void set_quality | ( | int | q, |
| glwin * | view ) |
set OpenGL quality
| q | new OpenGL quality |
| view | the target glwin |
Definition at line 54 of file m_quality.c.
| G_MODULE_EXPORT void set_quality_spin | ( | GtkSpinButton * | res, |
| gpointer | data ) |
set quality spin button callback
| res | the GtkSpinButton sending the signal |
| data | the associated data pointer |
Definition at line 78 of file m_quality.c.