atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the color selection dialogs. More...
#include "global.h"
#include "interface.h"
#include "project.h"
#include "glwindow.h"
#include "glview.h"
#include "color_box.h"
Go to the source code of this file.
Functions | |
G_MODULE_EXPORT void | run_window_color (GtkDialog *win, gint response_id, gpointer data) |
window color chooser - running the dialog | |
void | window_color (project *this_proj, glwin *view) |
window color chooser - creating the dialog | |
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 | run_window_color_coord (GtkDialog *win, gint response_id, gpointer data) |
window to select a color - running the dialog | |
G_MODULE_EXPORT void | window_color_coord (GtkWidget *widg, gpointer data) |
create a window to select a color callback GTK3 | |
Variables | |
int | wc_cid |
Functions to create the color selection dialogs.
Definition in file w_colors.c.
G_MODULE_EXPORT void run_window_color | ( | GtkDialog * | win, |
gint | response_id, | ||
gpointer | data ) |
window color chooser - running the dialog
win | the GtkDialog sending the signal |
response_id | the response id |
data | the associated data pointer |
Definition at line 72 of file w_colors.c.
G_MODULE_EXPORT void run_window_color_coord | ( | GtkDialog * | win, |
gint | response_id, | ||
gpointer | data ) |
window to select a color - running the dialog
win | the GtkDialog sending the signal |
response_id | the response id |
data | the associated data pointer |
Definition at line 246 of file w_colors.c.
G_MODULE_EXPORT void to_run_atom_color_window | ( | GtkWidget * | widg, |
gpointer | data ) |
to run atom color selection window callback GTK3
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 223 of file w_colors.c.
G_MODULE_EXPORT void to_run_back_color_window | ( | GtkWidget * | widg, |
gpointer | data ) |
to run background color selection window callback GTK3
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 164 of file w_colors.c.
G_MODULE_EXPORT void to_run_box_color_window | ( | GtkWidget * | widg, |
gpointer | data ) |
to run box color selection window callback GTK3
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 193 of file w_colors.c.
window color chooser - creating the dialog
this_proj | the target project |
view | the target glwin |
Definition at line 110 of file w_colors.c.
G_MODULE_EXPORT void window_color_coord | ( | GtkWidget * | widg, |
gpointer | data ) |
create a window to select a color callback GTK3
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 285 of file w_colors.c.
int wc_cid |
Definition at line 61 of file w_colors.c.