More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-02-12 11:34:10 -05:00
parent 5f587fbf47
commit d3dace0c06
1 changed files with 5 additions and 0 deletions

View File

@ -2,5 +2,10 @@ so I don't forget:
- Window.SizeToFit() or WIndow.OptimalSize() (use: `Window.SetSize(Window.OptimalSize())`) for sizing a window to the control's interest
- Control.Show()/Control.Hide()
important things:
- maybe make it so I don't need to expose Window.sysData to controls? I need a way to get the window HWND for the Windows one...
- maybe make it so sysData doesn't need specialized info on every control type?
- write an implementation documentation.
far off:
- localization