]> Dogcows Code - chaz/openbox/blob - tools/obconf/obconf.h
5d7a2e67c5a613c8288bcf1207c2a47ae45c45a6
[chaz/openbox] / tools / obconf / obconf.h
1 #ifndef __obconf_h
2 #define __obconf_h
3
4 #include <gtk/gtk.h>
5
6 extern GtkWindow *obconf_win;
7 extern GtkWindow *obconf_about;
8 extern GtkTreeView *obconf_sections;
9 extern GtkListStore *obconf_sections_store;
10 extern GtkNotebook *obconf_options;
11
12 #endif
This page took 0.031418 seconds and 3 git commands to generate.