More TODOs.
This commit is contained in:
parent
4d025172fe
commit
84fc5dafaa
|
@ -2,6 +2,7 @@
|
||||||
#import "uipriv_darwin.h"
|
#import "uipriv_darwin.h"
|
||||||
|
|
||||||
// TODO drag and drop fonts? what other interactions does NSColorWell allow that we can do for fonts?
|
// 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 {
|
@interface fontButton : NSButton {
|
||||||
uiFontButton *libui_b;
|
uiFontButton *libui_b;
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
// 14 april 2016
|
// 14 april 2016
|
||||||
#include "uipriv_unix.h"
|
#include "uipriv_unix.h"
|
||||||
|
|
||||||
|
// TODO display style? or is it already displayed?
|
||||||
|
|
||||||
struct uiFontButton {
|
struct uiFontButton {
|
||||||
uiUnixControl c;
|
uiUnixControl c;
|
||||||
GtkWidget *widget;
|
GtkWidget *widget;
|
||||||
|
|
Loading…
Reference in New Issue