blob: d27fb240d656837087d06c5a2e393039504c7f8d (
plain)
1
2
3
4
5
6
7
8
9
10
|
void poke_objects();
void poke_objects2();
struct global_variables {
GtkWindow *window;
GtkHeaderBar *header;
GtkNotebook *notebook;
};
extern struct global_variables *global;
|