From 84fc5dafaaca28a77c508623c13b35644da15e34 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 18 Apr 2016 10:22:36 -0400 Subject: [PATCH] More TODOs. --- darwin/fontbutton.m | 1 + unix/fontbutton.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/darwin/fontbutton.m b/darwin/fontbutton.m index 13ed889e..c0213fb1 100644 --- a/darwin/fontbutton.m +++ b/darwin/fontbutton.m @@ -2,6 +2,7 @@ #import "uipriv_darwin.h" // TODO drag and drop fonts? what other interactions does NSColorWell allow that we can do for fonts? +// TODO display style? or is it already displayed? @interface fontButton : NSButton { uiFontButton *libui_b; diff --git a/unix/fontbutton.c b/unix/fontbutton.c index a1babf66..5106fff0 100644 --- a/unix/fontbutton.c +++ b/unix/fontbutton.c @@ -1,6 +1,8 @@ // 14 april 2016 #include "uipriv_unix.h" +// TODO display style? or is it already displayed? + struct uiFontButton { uiUnixControl c; GtkWidget *widget;