From 8b3ce21886b8bcf41d7bd1f2e834a9cabab047b0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 21 Oct 2016 18:27:40 -0400 Subject: [PATCH] More TODOs. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 470b80d0..d62049c9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,7 @@ +- documentation notes: + - static binaries do not link system libraries, meaning apps still depend on shared GTK+, etc. + - ui*Buttons are NOT compatible with uiButton functions + - more robust layout handling - uiFormTie() for ensuring multiple uiForms have the same label area widths - uiSizeGroup for size groups (GtkSizeGroup on GTK+, auto layout constraints on OS X; consider adding after 10.8 is gone)