libui/_wip/gtkdtp/dtp.h

13 lines
378 B
C

// 4 september 2015
#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4
#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4
#include <gtk/gtk.h>
#include <string.h>
#include <langinfo.h>
extern GtkWidget *newDTP(void);
extern GtkWidget *newDP(void);
extern GtkWidget *newTP(void);