atomes 1.3.1
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 set_this_style (glwin *view, int style)
 set general style for atom(s) and bond(s)
void update_menus (glwin *view)
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 1498 of file glwindow.c.

◆ set_this_style()

void set_this_style ( glwin * view,
int style )
extern

set general style for atom(s) and bond(s)

Parameters
viewthe target glwin
stylethe general style to apply

Definition at line 293 of file m_style.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 275 of file m_rep.c.

◆ update_menus()

void update_menus ( glwin * view)
extern