atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the 'add cell(s)' tab in the cell edition window. More...
#include "cell_edit.h"
Go to the source code of this file.
Functions | |
G_MODULE_EXPORT void | add_cell (GtkSpinButton *res, gpointer data) |
add cell callback | |
GtkWidget * | add_extra_cell_tab (glwin *view) |
create the add cell(s) tab | |
Functions to create the 'add cell(s)' tab in the cell edition window.
Definition in file cell_extra.c.
G_MODULE_EXPORT void add_cell | ( | GtkSpinButton * | res, |
gpointer | data ) |
add cell callback
res | the GtkSpinButton sending the signal |
data | the associated data pointer |
Definition at line 49 of file cell_extra.c.
GtkWidget * add_extra_cell_tab | ( | glwin * | view | ) |
create the add cell(s) tab
view | the target glwin |
Definition at line 81 of file cell_extra.c.