More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-07-21 22:03:18 -04:00
parent 58db287ca2
commit de92b822a7
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ func (w *widgetbase) unparent() {
func (w *widgetbase) parent(win *window) {
C.controlSetParent(w.hwnd, win.hwnd)
// TODO new control does not show up until window is resized
}
// don't embed these as exported; let each Control decide if it should