gotk3 / gotk3-examples

164 stars 34 forks source link

Regression in version v0.5.2 #34

Closed sunshine69 closed 3 years ago

sunshine69 commented 3 years ago

With v0.5.2 I got these

 github.com/sunshine69/gnote/forms
forms/gnoteapp.go:36:18: model.GetIter undefined (type gtk.ITreeModel has no field or method GetIter)
forms/gnoteapp.go:37:16: model.GetValue undefined (type gtk.ITreeModel has no field or method GetValue)
forms/note-pad.go:322:22: undefined: gdk.GDK_CONTROL_MASK
forms/note-search.go:167:22: undefined: gdk.GDK_CONTROL_MASK

With v0.4.0 everything compiles and works.

golang version (to exclude the changes in CGO for latest version)

[root@aa598bbeae73 work]# go version
go version go1.15.10 linux/amd64
[root@aa598bbeae73 work]# 

Please help.

sunshine69 commented 3 years ago

The failed file https://github.com/sunshine69/gnote/blob/master/forms/gnoteapp.go

and https://github.com/sunshine69/gnote/blob/master/forms/note-pad.go https://github.com/sunshine69/gnote/blob/master/forms/note-search.go

sunshine69 commented 3 years ago

realize that this is not the place to bug