-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcallbacks.h
More file actions
52 lines (39 loc) · 1.79 KB
/
callbacks.h
File metadata and controls
52 lines (39 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#include <gtk/gtk.h>
void
texture_map_filebox_clicked (GtkButton *button,
gpointer user_data);
void
env_map_filebox_button_clicked (GtkButton *button,
gpointer user_data);
void
config_ok (GtkButton *button,
gpointer user_data);
void
config_cancel_clicked (GtkButton *button,
gpointer user_data);
void
config_ok_clicked (GtkButton *button,
gpointer user_data);
void
config_cancel_clicked (GtkButton *button,
gpointer user_data);
void
on_filesel_ok_button_clicked (GtkButton *button,
gpointer user_data);
void
on_filesel_cancel_button_clicked (GtkButton *button,
gpointer user_data);
void
apply_button_clicked (GtkButton *button,
gpointer user_data);
void
config_apply_clicked (GtkButton *button,
gpointer user_data);
gboolean
close_config_window (GtkWidget *widget,
GdkEvent *event,
gpointer user_data);
gboolean
close_filesel_window (GtkWidget *widget,
GdkEvent *event,
gpointer user_data);