Functions to create the box properties window.
More...
#include "global.h"
#include "interface.h"
#include "glview.h"
#include "glwindow.h"
#include "preferences.h"
Go to the source code of this file.
|
| G_MODULE_EXPORT void | update_box_parameter (GtkEntry *res, gpointer data) |
| | update box 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 gboolean | on_box_delete (GtkWidget *widg, GdkEvent *event, gpointer data) |
| | box window delete event - GTK3
|
| |
| G_MODULE_EXPORT void | box_advanced (GtkWidget *widg, gpointer data) |
| | create the box edition window
|
| |
◆ BOX_STYLES
◆ box_advanced()
| G_MODULE_EXPORT void box_advanced |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
create the box edition window
- Parameters
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 338 of file w_box.c.
◆ on_box_delete()
| G_MODULE_EXPORT gboolean on_box_delete |
( |
GtkWidget * | widg, |
|
|
GdkEvent * | event, |
|
|
gpointer | data ) |
box window delete event - GTK3
- Parameters
-
| widg | the GtkWidget sending the signal |
| event | the GdkEvent triggering the signal |
| data | the associated data pointer |
Definition at line 320 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 140 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 285 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 228 of file w_box.c.
◆ update_box_parameter()
| G_MODULE_EXPORT void update_box_parameter |
( |
GtkEntry * | res, |
|
|
gpointer | data ) |
update box parameter callback
- Parameters
-
| res | the GtkEntry sending the signal |
| data | the associated data pointer |
Definition at line 62 of file w_box.c.
◆ box_style
| gchar* box_style[BOX_STYLES] = {"Wireframe", "Cylinders"} |
◆ from_box_or_axis
| gboolean from_box_or_axis = FALSE |