[Tkinter-discuss] Fixed ratio split screen geometry manager

2018-03-06 Thread Nam Nguyen
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

Re: [Tkinter-discuss] configure command

2018-03-06 Thread Michael Lange
Hi, On Tue, 6 Mar 2018 16:31:23 + adil gourinda wrote: > In your example, is "width" a positional argument or a > positional-keyword argument (and if it is what is the parameter's > name) ? Not sure what you mean by that; I would tend to say the parameter's name

Re: [Tkinter-discuss] Fixed ratio split screen geometry manager

2018-03-06 Thread Michael Lange
Hi, On Tue, 6 Mar 2018 09:57:01 -0800 Nam Nguyen wrote: > 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

Re: [Tkinter-discuss] configure command

2018-03-06 Thread adil gourinda
In your example, is "width" a positional argument or a positional-keyword argument (and if it is what is the parameter's name) ? Thanks From: Tkinter-discuss on behalf of Michael Lange