More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-04-18 10:22:36 -04:00
parent 4d025172fe
commit 84fc5dafaa
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;