Re: [Tutor] How to make the label left justified in a frame

2006-11-24 Thread Michael Lange
-- Forwarded to tutor list -- On Thu, 23 Nov 2006 16:25:41 + "Asrarahmed Kadri" <[EMAIL PROTECTED]> wrote: > Sorry to bother you, > But can u please explain what does grid_columnconfigure() do.. > > The best place for questions like this are usually the Tk man pages :) Once you get used to

Re: [Tutor] How to make the label left justified in a frame

2006-11-23 Thread Michael Lange
On Thu, 23 Nov 2006 14:14:59 + "Asrarahmed Kadri" <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I am using grid manager inside a frame to arrange 4 label widgets, one > beneath the other. > > What I want is that all teh labels should be placed in the left of the > frame... > > There is no effe

[Tutor] How to make the label left justified in a frame

2006-11-23 Thread Asrarahmed Kadri
Hi Folks, I am using grid manager inside a frame to arrange 4 label widgets, one beneath the other. What I want is that all teh labels should be placed in the left of the frame... There is no effect of using sticky = W. Please help ; is it possible to do it with anchor..??? I have the follwng