atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
glwindow.h File Reference

Function declarations for the creation of the OpenGL window. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void prep_model (int p)
 prepare, or display, the OpenGL model window
 
void append_opengl_item (glwin *view, GMenu *menu, const gchar *name, gchar *key, int mpop, int item_id, gchar *accel, int image_format, gpointer icon, gboolean custom, GCallback handler, gpointer data, gboolean check, gboolean status, gboolean radio, gboolean sensitive)
 
G_MODULE_EXPORT void to_reset_view (GtkWidget *widg, gpointer data)
 reset view callback - GTK3
 

Detailed Description

Function declarations for the creation of the OpenGL window.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file glwindow.h.

Function Documentation

◆ append_opengl_item()

void append_opengl_item ( glwin * view,
GMenu * menu,
const gchar * name,
gchar * key,
int mpop,
int item_id,
gchar * accel,
int image_format,
gpointer icon,
gboolean custom,
GCallback handler,
gpointer data,
gboolean check,
gboolean status,
gboolean radio,
gboolean sensitive )
extern

◆ prep_model()

void prep_model ( int p)
extern

prepare, or display, the OpenGL model window

Parameters
pthe project id

Definition at line 1359 of file glwindow.c.

◆ to_reset_view()

G_MODULE_EXPORT void to_reset_view ( GtkWidget * widg,
gpointer data )
extern

reset view callback - GTK3

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 200 of file m_rep.c.