From ac8bc029efd917503e5d5bb2288c16db8b22e34d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 May 2015 10:28:25 -0400 Subject: [PATCH] More TODOs. --- unix/container.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/container.c b/unix/container.c index 290f4aa5..9446c2fa 100644 --- a/unix/container.c +++ b/unix/container.c @@ -1,6 +1,8 @@ // 28 april 2015 #include "uipriv_unix.h" +// TODO implement preferred size vtable functions + #define containerWidgetType (containerWidget_get_type()) #define containerWidget(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), containerWidgetType, containerWidget)) #define IscontainerWidget(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), containerWidgetType))