Results 3 issues of Kayon

``` style := win.GetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE) style &= ^win.SBARS_SIZEGRIP win.SetWindowLong(mw.StatusBar().Handle(), win.GWL_STYLE, style) ``` It doesn't work. And there is no way to set MainWindow when it is created.

``` var win *walk.MainWindow var view *walk. ScrollView MainWindow{ AssignTo: &win, ... Children: []Widget{ HSplitter{ Children: []Widget{ PushButton{ OnClicked: func() { loading := newLoading(win) go update() loading.Run() }, }, ......

``` type Time time.Time type Type interface { fmt.Stringer json.Marshaler json.Unmarshaler sql.Scanner driver.Valuer schema.GormDataTypeInterface } // Implemented these interfaces var _ Type = (*Time)(nil) ... ``` unable to encode Time{wall:0x0,...