jinj

Results 1 comments of jinj

I just figured out. If I define a function like: func (btn* MyButton) SetLabel(label string) { ... } Then call it as: glib.IdleAdd(btn.SetLabel, "new label") It will crash. Then I...