tint2/src/tint2conf/properties.h
lorthiois@bbsoft.fr 4c24d6fb04 oups, missing files
git-svn-id: http://tint2.googlecode.com/svn/trunk@492 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-12 22:20:03 +00:00

12 lines
105 B
C

#ifndef PROPERTIES
#define PROPERTIES
#include <gtk/gtk.h>
GtkWidget *create_properties();
#endif