Skip to content
Prev 19224 / 63421 Next

--gui=Tk window does not stretch (PR#8520)

greg.kochanski at phon.ox.ac.uk writes:
It's not a bug, it's an unimplemented feature...

As you're bound to discover, the Tk console is mainly a
proof-of-concept with shortcomings in many other areas as well. It's
been largely undeveloped (as has the Gnome GUI) because we had very
little feedback to indicate that people were actually interested in
getting it to work better. Patches might be considered.

The particular issue is just a matter of sending suitable options to
the Tk geometry manager. This can be fixed in the console.tcl script,
and in fact also from within the running GUI using

with(.GUIenv, tkpack("configure", Term, expand=TRUE, fill="both"))