summaryrefslogtreecommitdiff
path: root/gtkdtp/dtp.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-09 22:05:21 -0500
committerPietro Gagliardi <[email protected]>2015-01-09 22:05:21 -0500
commit4d39d0856a58bac4f1033b65d00718f3914a5050 (patch)
treef81f8a4ae4972ca87e8d068c25a2ef59279e143b /gtkdtp/dtp.c
parent3a35ac63b57ddcb93027d4c0c1deeb34a18d9bf2 (diff)
More notes.
Diffstat (limited to 'gtkdtp/dtp.c')
-rw-r--r--gtkdtp/dtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtkdtp/dtp.c b/gtkdtp/dtp.c
index 5983e5d..0fba896 100644
--- a/gtkdtp/dtp.c
+++ b/gtkdtp/dtp.c
@@ -1,6 +1,10 @@
// 9 january 2015
#include "dtp.h"
+/* notes:
+https://git.gnome.org/browse/gtk+/tree/gtk/gtkcombobox.c?h=gtk-3-4
+*/
+
#define GDTP(x) ((goDateTimePicker *) x)
#define PRIV(x) (GDTP(x)->priv)
#define GDTPC(x) ((goDateTimePickerClass *) x)