diff options
| author | Pietro Gagliardi <[email protected]> | 2016-05-30 00:14:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-05-30 00:14:46 -0400 |
| commit | 52f7d276a6bb04b8827ac019ad1e135b43819cea (patch) | |
| tree | 5f0ebbfdf5885ef832e77e243b5916e59f46ba18 /prev/gtkdtp/dtp.h | |
| parent | c9b32c1333e4009b342eedc5f5b39127a724fb42 (diff) | |
Removed prev/.
Diffstat (limited to 'prev/gtkdtp/dtp.h')
| -rw-r--r-- | prev/gtkdtp/dtp.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/prev/gtkdtp/dtp.h b/prev/gtkdtp/dtp.h deleted file mode 100644 index 3c936c6..0000000 --- a/prev/gtkdtp/dtp.h +++ /dev/null @@ -1,21 +0,0 @@ -// 9 january 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> - -typedef struct goDateTimePicker goDateTimePicker; -typedef struct goDateTimePickerClass goDateTimePickerClass; -typedef struct goDateTimePickerPrivate goDateTimePickerPrivate; - -struct goDateTimePicker { - GtkBox parent_instance; - goDateTimePickerPrivate *priv; -}; - -struct goDateTimePickerClass { - GtkBoxClass parent_class; -}; - -GType goDateTimePicker_get_type(void); |
