Functions to create the box properties window.
More...
#include "global.h"
#include "interface.h"
#include "glview.h"
#include "glwindow.h"
Go to the source code of this file.
|
G_MODULE_EXPORT void | update_bond_parameter (GtkEntry *res, gpointer data) |
| update bond parameter callback
|
|
G_MODULE_EXPORT void | set_box_combo_style (GtkWidget *widg, gpointer data) |
| set box style callback
|
|
G_MODULE_EXPORT void | set_show_box_toggle (GtkToggleButton *but, gpointer data) |
| toggle show / hide box callback GTK3
|
|
G_MODULE_EXPORT void | set_color_box (GtkColorChooser *colob, gpointer data) |
| set box color callback
|
|
G_MODULE_EXPORT void | box_advanced (GtkWidget *widg, gpointer data) |
| create the box edition window callback GTK3
|
|
◆ BOX_STYLES
◆ box_advanced()
G_MODULE_EXPORT void box_advanced |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
create the box edition window callback GTK3
- Parameters
-
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 177 of file w_box.c.
◆ set_box_combo_style()
G_MODULE_EXPORT void set_box_combo_style |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
set box style callback
- Parameters
-
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 65 of file w_box.c.
◆ set_color_box()
G_MODULE_EXPORT void set_color_box |
( |
GtkColorChooser * | colob, |
|
|
gpointer | data ) |
set box color callback
- Parameters
-
colob | the GtkColorChooser sending the signal |
data | the associated data pointer |
Definition at line 150 of file w_box.c.
◆ set_show_box_toggle()
G_MODULE_EXPORT void set_show_box_toggle |
( |
GtkToggleButton * | but, |
|
|
gpointer | data ) |
toggle show / hide box callback GTK3
- Parameters
-
but | the GtkToggleButton sending the signal |
data | the associated data pointer |
Definition at line 114 of file w_box.c.
◆ update_bond_parameter()
G_MODULE_EXPORT void update_bond_parameter |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
|
extern |
update bond parameter callback
- Parameters
-
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 59 of file w_bonds.c.
◆ box_data
◆ box_style
gchar* box_style[BOX_STYLES] = {"Wireframe", "Cylinders"} |
◆ radius_box
◆ styles
◆ width_box