-- 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
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
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