How to create custom widgets with tk / tcl

I want the user to be able to change the proportions of the layout by changing the position of the borders between the widgets. In almost every modern graphical interface:

enter image description here (Example from Matlab)

+4
source share
1 answer

What you probably want is a pan widget

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

+4
source

Source: https://habr.com/ru/post/1441093/


All Articles