|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to create the bond (legnth/radius) edition window(s) More...
#include "global.h"#include "interface.h"#include "glview.h"#include "glwindow.h"#include "color_box.h"
Include dependency graph for w_bonds.c:Go to the source code of this file.
Functions | |
| gchar * | label_cutrab (project *this_proj, glwin *view, int id) |
| prepare the text of a menu item in the 'Model -> Bond(s)' submenu | |
| G_MODULE_EXPORT void | update_bond_parameter (GtkEntry *res, gpointer data) |
| update bond parameter callback | |
| void | bonds_input_win (GtkWidget *win, project *this_proj, int nspec, int aoc, double **val) |
| prepare bond property entry list | |
| G_MODULE_EXPORT void | set_bond_parameter (GtkWidget *widg, gpointer data) |
| update bond parameter callback - creating the dialog GTK3 | |
| G_MODULE_EXPORT void | window_bonds (GtkWidget *widg, gpointer data) |
| create bond(s) configuration window(s) callback GTK3 | |
Functions to create the bond (legnth/radius) edition window(s)
Definition in file w_bonds.c.
| void bonds_input_win | ( | GtkWidget * | win, |
| project * | this_proj, | ||
| int | nspec, | ||
| int | aoc, | ||
| double ** | val ) |
| G_MODULE_EXPORT void set_bond_parameter | ( | GtkWidget * | widg, |
| gpointer | data ) |
| G_MODULE_EXPORT void update_bond_parameter | ( | GtkEntry * | res, |
| gpointer | data ) |