From 1b61bfd67c4495b90532b585f84eeef7470b3d29 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Apr 2016 14:33:20 -0400 Subject: [PATCH] More TODOs. --- darwin/fontbutton.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/fontbutton.m b/darwin/fontbutton.m index 8206459f..13ed889e 100644 --- a/darwin/fontbutton.m +++ b/darwin/fontbutton.m @@ -1,6 +1,8 @@ // 14 april 2016 #import "uipriv_darwin.h" +// TODO drag and drop fonts? what other interactions does NSColorWell allow that we can do for fonts? + @interface fontButton : NSButton { uiFontButton *libui_b; NSFont *libui_font;