tint2/src/tint2conf/properties.h

13 lines
105 B
C
Raw Normal View History

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