Structure definitions for color management
Function declarations for color management.
More...
Go to the source code of this file.
|
| 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) |
| |
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.
◆ color_box()
| GtkWidget * color_box |
( |
glwin * | view, |
|
|
int | ideo, |
|
|
int | spec, |
|
|
int | geo ) |
|
extern |
create the color palette pointers and menus GTK3 version
- Parameters
-
| view | the target glwin |
| ideo | geometry id or else |
| spec | species or else |
| geo | geometry or else |
Definition at line 259 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
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 615 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
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 223 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
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 585 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
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 677 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 |
◆ colorp