From 46da8c5fc75798f382c3859934b33966ee08adb3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Aug 2015 01:58:23 -0400 Subject: [PATCH] More TODOs. --- redo/reredo/darwin/box.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redo/reredo/darwin/box.m b/redo/reredo/darwin/box.m index c795c2da..ddce8086 100644 --- a/redo/reredo/darwin/box.m +++ b/redo/reredo/darwin/box.m @@ -1,6 +1,9 @@ // 15 august 2015 #import "uipriv_darwin.h" +// TODOs: +// - page 2 isn't growable + struct uiBox { uiDarwinControl c; NSView *view;