4

I want to enable the user to change the proportions of the layout by changing the position of the borders between widgets. Just in almost every modern GUI:

enter image description here (Example from Matlab)

SIMEL
  • 8,745
  • 28
  • 84
  • 130
  • It's a shame those pictures are so small; the thing you're wanting to ask about is hard to spot in them… – Donal Fellows Oct 22 '12 at 09:04
  • @DonalFellows, you can see clearly that the ratio in the size of the 5 different windows has changed. And that is what I'm asking about. – SIMEL Oct 22 '12 at 13:13

1 Answers1

4

What you probably want is a paned widget

http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_panedwindow.htm

RHSeeger
  • 16,034
  • 7
  • 51
  • 41