More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-10-21 18:27:40 -04:00
parent f46edd097b
commit 8b3ce21886
1 changed files with 4 additions and 0 deletions

View File

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