More notes.

This commit is contained in:
Pietro Gagliardi 2015-01-09 22:05:21 -05:00
parent 3a35ac63b5
commit 4d39d0856a
1 changed files with 4 additions and 0 deletions

View File

@ -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)