atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the bond cutoffs update dialog. More...
#include "global.h"
#include "interface.h"
#include "project.h"
#include "glview.h"
#include "glwindow.h"
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 | |
void | update_cutoffs (project *this_proj) |
update bond cutoffs | |
G_MODULE_EXPORT void | set_cut (GtkEntry *res, gpointer data) |
change cutoff entry callback | |
void | cut_box (project *this_proj, GtkWidget *vbox) |
box cutoff entries | |
G_MODULE_EXPORT void | run_window_cuts (GtkDialog *win, gint response_id, gpointer data) |
bond cutoffs window - running the dialog | |
G_MODULE_EXPORT void | window_cuts (GtkWidget *widg, gpointer data) |
adjust bond cutoffs window callback GTK3 | |
Variables | |
double * | tmpcut |
Functions to create the bond cutoffs update dialog.
Definition in file w_cutoffs.c.
void cut_box | ( | project * | this_proj, |
GtkWidget * | vbox ) |
box cutoff entries
this_proj | the target project |
vbox | the GtkWidget sending the signal |
Definition at line 155 of file w_cutoffs.c.
G_MODULE_EXPORT void run_window_cuts | ( | GtkDialog * | win, |
gint | response_id, | ||
gpointer | data ) |
bond cutoffs window - running the dialog
win | the GtkDialog sending the signal |
response_id | the response id |
data | the associated data pointer |
Definition at line 222 of file w_cutoffs.c.
G_MODULE_EXPORT void set_cut | ( | GtkEntry * | res, |
gpointer | data ) |
change cutoff entry callback
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 134 of file w_cutoffs.c.
void update_cutoffs | ( | project * | this_proj | ) |
update bond cutoffs
this_proj | the target project |
Definition at line 59 of file w_cutoffs.c.
G_MODULE_EXPORT void window_cuts | ( | GtkWidget * | widg, |
gpointer | data ) |
adjust bond cutoffs window callback GTK3
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 272 of file w_cutoffs.c.
double* tmpcut |
Definition at line 50 of file w_cutoffs.c.