|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to create the 'density adjustment' tab in the cell edition window. More...
#include "cell_edit.h"
Include dependency graph for cell_density.c:Go to the source code of this file.
Functions | |
| void | display_density (cell_edition *cell, double vol, double dens, double adens) |
| create density information widgets | |
| G_MODULE_EXPORT void | set_rescaling (GtkToggleButton *but, gpointer data) |
| homogeneous rescaling toggle callback GTK3 | |
| GtkWidget * | adjust_density_tab (project *this_proj) |
| create the density tab | |
Functions to create the 'density adjustment' tab in the cell edition window.
Definition in file cell_density.c.
| GtkWidget * adjust_density_tab | ( | project * | this_proj | ) |
create the density tab
| this_proj | the target project |
Definition at line 115 of file cell_density.c.
| void display_density | ( | cell_edition * | cell, |
| double | vol, | ||
| double | dens, | ||
| double | adens ) |
create density information widgets
| cell | the target cell edition |
| vol | the volume |
| dens | the density |
| adens | the atomic density |
Definition at line 54 of file cell_density.c.
| G_MODULE_EXPORT void set_rescaling | ( | GtkToggleButton * | but, |
| gpointer | data ) |
homogeneous rescaling toggle callback GTK3
| but | the GtkToggleButton sending the signal |
| data | the associated data pointer |
Definition at line 100 of file cell_density.c.