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

Structure definitions for color management
Function declarations for color management. More...

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

Go to the source code of this file.

Data Structures

struct  color
 

Functions

GtkWidget * color_box (glwin *view, int ideo, int spec, int geo)
 create the color palette pointers and menus GTK3 version
 
G_MODULE_EXPORT void window_color_coord (GtkWidget *widg, gpointer data)
 create a window to select a color callback GTK3
 
G_MODULE_EXPORT void to_run_back_color_window (GtkWidget *widg, gpointer data)
 to run background color selection window callback GTK3
 
G_MODULE_EXPORT void to_run_box_color_window (GtkWidget *widg, gpointer data)
 to run box color selection window callback GTK3
 
G_MODULE_EXPORT void to_run_atom_color_window (GtkWidget *widg, gpointer data)
 to run atom color selection window callback GTK3
 
G_MODULE_EXPORT void window_color_total_poly (GtkWidget *widg, gpointer data)
 
G_MODULE_EXPORT void window_color_partial_poly (GtkWidget *widg, gpointer data)
 

Variables

color colorp [64]
 

Detailed Description

Structure definitions for color management
Function declarations for color management.

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 color_box.h.

Function Documentation

◆ color_box()

GtkWidget * color_box ( glwin * view,
int ideo,
int spec,
int geo )
extern

create the color palette pointers and menus GTK3 version

Parameters
viewthe target glwin
ideogeometry id or else
specspecies or else
geogeometry or else

Definition at line 254 of file color_box.c.

◆ to_run_atom_color_window()

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

to run atom color selection window callback GTK3

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 216 of file w_colors.c.

◆ to_run_back_color_window()

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

to run background color selection window callback GTK3

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 159 of file w_colors.c.

◆ to_run_box_color_window()

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

to run box color selection window callback GTK3

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 187 of file w_colors.c.

◆ window_color_coord()

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

create a window to select a color callback GTK3

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 277 of file w_colors.c.

◆ window_color_partial_poly()

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

◆ window_color_total_poly()

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

Variable Documentation

◆ colorp

color colorp[64]
extern