TODO updates.
This commit is contained in:
parent
562072780e
commit
c8c5edaf9d
6
TODO.md
6
TODO.md
|
@ -13,15 +13,11 @@
|
||||||
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
|
- SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?)
|
||||||
- buttons not in tab get drawover issues
|
- buttons not in tab get drawover issues
|
||||||
- buttons in tab without transparent drawing code get copied into the label when stack shown and rehidden
|
- 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+)
|
- see if we can clean up the Darwin backend
|
||||||
- rename all method implementations to typeMethod
|
|
||||||
- especially clean up the Darwin backend
|
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- make everything vtable-based
|
- make everything vtable-based
|
||||||
- provide macros for the vtables
|
|
||||||
- figure out where updateParent() plays into this
|
- figure out where updateParent() plays into this
|
||||||
- figure out what to do about custom containers
|
- figure out what to do about custom containers
|
||||||
- rename container to parent?
|
|
||||||
- make the code flow of all platforms fully symmetrical
|
- make the code flow of all platforms fully symmetrical
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
Loading…
Reference in New Issue