4c24d6fb04
git-svn-id: http://tint2.googlecode.com/svn/trunk@492 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
12 lines
105 B
C
12 lines
105 B
C
|
|
#ifndef PROPERTIES
|
|
#define PROPERTIES
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
|
|
GtkWidget *create_properties();
|
|
|
|
|
|
#endif
|
|
|