More TODOs.
This commit is contained in:
parent
58db287ca2
commit
de92b822a7
|
@ -27,6 +27,7 @@ func (w *widgetbase) unparent() {
|
||||||
|
|
||||||
func (w *widgetbase) parent(win *window) {
|
func (w *widgetbase) parent(win *window) {
|
||||||
C.controlSetParent(w.hwnd, win.hwnd)
|
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
|
// don't embed these as exported; let each Control decide if it should
|
||||||
|
|
Loading…
Reference in New Issue