libui/_wip/gtkdtp/dtp.h

13 lines
378 B
C
Raw Normal View History

2015-09-04 11:40:02 -05:00
// 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>
2016-05-03 19:57:14 -05:00
#include <string.h>
2016-05-04 13:24:52 -05:00
#include <langinfo.h>
2015-09-04 11:40:02 -05:00
2016-05-03 19:04:29 -05:00
extern GtkWidget *newDTP(void);
extern GtkWidget *newDP(void);
extern GtkWidget *newTP(void);