May-22-2019, 04:01 PM
Hello everyone,
I'm new in Python (especially tkinter) and I need an advice.
I'd like to make 2 forms in a window, like it's shown on the image.
1. Form1 has relative width and height equal to height minus button's height.
2. Form2 has relative width and height equal to button's height.
3. Both forms are resizeable, since user has ability to resize the window.
4. When you resize the window, Form2's height stays constant (button's size = 26 px).
![[Image: canvas.jpg]](https://i.ibb.co/SmZ5GTh/canvas.jpg)
I'm new in Python (especially tkinter) and I need an advice.
I'd like to make 2 forms in a window, like it's shown on the image.
1. Form1 has relative width and height equal to height minus button's height.
2. Form2 has relative width and height equal to button's height.
3. Both forms are resizeable, since user has ability to resize the window.
4. When you resize the window, Form2's height stays constant (button's size = 26 px).
![[Image: canvas.jpg]](https://i.ibb.co/SmZ5GTh/canvas.jpg)