ENH: Fixes to GLM GUI
Refactor the GLM GUI so that it doesn't hang/freeze on large higher-level designs.
- Replace the vendored
BWidgets:NoteBookwith the built-inttk::notebook - Fix scrollbar behaviour - the existing logic was buggy
- Resize the EVs / Contrasts notebook to fit the dialog window size
- Use
tablelistfor higher level design matrix grid, instead of manually managed spinboxes.
Edited by Paul McCarthy