lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.78k stars 885 forks source link

walk.VSplitter and walk.HSpliter: proposed functionality change #765

Open StephanVerbeeck opened 3 years ago

StephanVerbeeck commented 3 years ago

About

func (s *Splitter) SetFixed(widget Widget, fixed bool)

This is only a initialisation thing so it can be coded vary fast . . . if it were not for that excessive use of interfaces in GOlang is not a convenience (you probably don't agree with that now but will understand what I meant when you're putting it in).

StephanVerbeeck commented 3 years ago
StephanVerbeeck commented 3 years ago