More TODOs.
This commit is contained in:
parent
1d08521cb7
commit
6a81921c1a
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
// TODO restructure this whole file
|
// TODO restructure this whole file
|
||||||
// TODO explicitly document this works as we want
|
// TODO explicitly document this works as we want
|
||||||
|
// TODO explicitly disable font and color dialogs this way
|
||||||
|
|
||||||
#define windowWindow(w) ((NSWindow *) uiControlHandle(uiControl(w)))
|
#define windowWindow(w) ((NSWindow *) uiControlHandle(uiControl(w)))
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#include "uipriv_unix.h"
|
#include "uipriv_unix.h"
|
||||||
|
|
||||||
// TODO figure out why, and describe, that this is the desired behavior
|
// TODO figure out why, and describe, that this is the desired behavior
|
||||||
|
// TODO also make font and color buttons modal
|
||||||
|
|
||||||
#define windowWindow(w) (GTK_WINDOW(uiControlHandle(uiControl(w))))
|
#define windowWindow(w) (GTK_WINDOW(uiControlHandle(uiControl(w))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue