TODO updates.

This commit is contained in:
Pietro Gagliardi 2015-04-17 13:19:21 -04:00
parent 562072780e
commit c8c5edaf9d
1 changed files with 1 additions and 5 deletions

View File

@ -13,15 +13,11 @@
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
- buttons not in tab get drawover issues
- buttons in tab without transparent drawing code get copied into the label when stack shown and rehidden
- see if we can clean up the backends (other than GTK+)
- rename all method implementations to typeMethod
- especially clean up the Darwin backend
- see if we can clean up the Darwin backend
ultimately:
- make everything vtable-based
- provide macros for the vtables
- figure out where updateParent() plays into this
- figure out what to do about custom containers
- rename container to parent?
- make the code flow of all platforms fully symmetrical
- add some sort of runtime type checking