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;