andlabs-ui/todo.md

12 lines
482 B
Markdown
Raw Normal View History

2014-02-12 09:58:05 -06:00
so I don't forget:
2014-02-12 09:54:58 -06:00
- Window.SizeToFit() or WIndow.OptimalSize() (use: `Window.SetSize(Window.OptimalSize())`) for sizing a window to the control's interest
2014-02-12 09:58:05 -06:00
- Control.Show()/Control.Hide()
2014-02-12 09:54:58 -06:00
2014-02-12 10:34:10 -06:00
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.
2014-02-12 09:54:58 -06:00
far off:
- localization