More TODOs.
This commit is contained in:
parent
4d025172fe
commit
84fc5dafaa
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue