1 #ifndef GTK_H
2 #define GTK_H
3 
4 #include "UI.h"
5 
6 void
7 gtk_ui_setmethods(UI_methods **methodsp);
8 
9 #endif
10