summaryrefslogtreecommitdiff
path: root/prev/gtkdtp/test.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-30 00:14:46 -0400
committerPietro Gagliardi <[email protected]>2016-05-30 00:14:46 -0400
commit52f7d276a6bb04b8827ac019ad1e135b43819cea (patch)
tree5f0ebbfdf5885ef832e77e243b5916e59f46ba18 /prev/gtkdtp/test.c
parentc9b32c1333e4009b342eedc5f5b39127a724fb42 (diff)
Removed prev/.
Diffstat (limited to 'prev/gtkdtp/test.c')
-rw-r--r--prev/gtkdtp/test.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/prev/gtkdtp/test.c b/prev/gtkdtp/test.c
deleted file mode 100644
index c867c11..0000000
--- a/prev/gtkdtp/test.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// 9 january 2015
-#include "dtp.h"
-
-// #qo pkg-config: gtk+-3.0
-
-int main(void)
-{
- GtkWidget *mainwin;
-
- gtk_init(NULL, NULL);
- mainwin = gtk_window_new(GTK_WINDOW_TOPLEVEL);
- gtk_container_add(GTK_CONTAINER(mainwin), g_object_new(goDateTimePicker_get_type(), NULL));
- gtk_widget_show_all(mainwin);
- gtk_main();
- return 0;
-}