|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to prepare the model edition 'search' tabs and the associated widgets. More...
#include "atom_edit.h"
Include dependency graph for atom_search.c:Go to the source code of this file.
Functions | |
| G_MODULE_EXPORT void | turn_rebuild_on (GtkToggleButton *but, gpointer data) |
| rebuild toggle callback GTK3 | |
| G_MODULE_EXPORT void | turn_bonding_on (GtkToggleButton *but, gpointer data) |
| update bonding toggle callback GTK3 | |
| GtkWidget * | create_search_box (int aid, project *this_proj) |
| create the action search widget | |
| G_MODULE_EXPORT void | set_atoms_for_action (GtkComboBox *box, gpointer data) |
| change selection status | |
| GtkWidget * | create_action_combo (int id, project *this_proj) |
| create action combo box | |
| G_MODULE_EXPORT void | expanding_atoms (GtkWidget *exp, gpointer data) |
| expanding motion callback | |
| GtkWidget * | action_tab (int aid, project *this_proj) |
| create model edtion action tab | |
Functions to prepare the model edition 'search' tabs and the associated widgets.
Definition in file atom_search.c.
| GtkWidget * action_tab | ( | int | aid, |
| project * | this_proj ) |
create model edtion action tab
| aid | the action id |
| this_proj | the target project |
Definition at line 267 of file atom_search.c.
| GtkWidget * create_action_combo | ( | int | id, |
| project * | this_proj ) |
create action combo box
| id | the action id |
| this_proj | the target project |
Definition at line 206 of file atom_search.c.
| GtkWidget * create_search_box | ( | int | aid, |
| project * | this_proj ) |
create the action search widget
| aid | the action id |
| this_proj | the target project |
Definition at line 112 of file atom_search.c.
| G_MODULE_EXPORT void expanding_atoms | ( | GtkWidget * | exp, |
| gpointer | data ) |
expanding motion callback
| exp | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 242 of file atom_search.c.
| G_MODULE_EXPORT void set_atoms_for_action | ( | GtkComboBox * | box, |
| gpointer | data ) |
change selection status
| box | the GtkComboBox sending the signal |
| data | the associated data pointer |
Definition at line 175 of file atom_search.c.
| G_MODULE_EXPORT void turn_bonding_on | ( | GtkToggleButton * | but, |
| gpointer | data ) |
update bonding toggle callback GTK3
| but | the GtkToggleButton sending the signal |
| data | the associated data pointer |
Definition at line 97 of file atom_search.c.
| G_MODULE_EXPORT void turn_rebuild_on | ( | GtkToggleButton * | but, |
| gpointer | data ) |
rebuild toggle callback GTK3
| but | the GtkToggleButton sending the signal |
| data | the associated data pointer |
Definition at line 67 of file atom_search.c.