Re: Fixed ratio split screen geometry manager

adil gourinda <[email protected]> Sun, 11 Mar 2018 13:26:37 +0000
Newsgroups gmane.comp.python.tkinter
Message-ID <CY1PR16MB0874B66103DABE886BC3F495B6DC0@CY1PR16MB0874.namprd16.prod.outlook.com>
I suggest to use place() geometry manager
________________________________
From: Tkinter-discuss <[email protected]> on behalf of Nam Nguyen via Tkinter-discuss <[email protected]>
Sent: Tuesday, March 6, 2018 6:48:35 PM
To: [email protected]
Subject: [Tkinter-discuss] Fixed ratio split screen geometry manager

Hi,

I'm looking for a fixed ratio 2-pane geometry manager.

I tried PanedWindow but it does not have any option for me to specify the ratio of the children.

What I'm looking for is a geometry manager/container that splits its space into two for the children. The children can grow only in their own spaces. The children can come and go, but the parent container should maintain that 2-pane split with the same ratio.

Where should I look into?

Thanks!

_______________________________________________
Tkinter-discuss mailing list
[email protected]
https://mail.python.org/mailman/listinfo/tkinter-discuss