minor updates

This commit is contained in:
Tim Janik 1998-11-23 02:31:44 +00:00
parent 10a2d8be70
commit 97fd98099c

2
TODO
View File

@ -2,6 +2,8 @@ For 1.2.0 release:
- remove deprecated functions from *.[hc] files.
- finish composite child stuff.
- implement constructor functionality for all widgets.
- fix enum generation code which still puts out
GTK_TYPE_C_TREE_POS instead of GTK_TYPE_CTREE_POS
Bugs:
* Change bitfields to guints from enums, or vice versa?