[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tklua
- From: cvogler@... (Christian Vogler)
- Date: Thu, 1 Nov 2001 00:28:16 -0500
On Thu, Nov 01, 2001 at 12:09:56AM -0500, Daniel Perry wrote:
> Umm, what you said didn't make one lick of sense. Me, knowing enough Tcl/Tk
> to know that pack IS needed to specify location of elements, configure
> specifig things such as if it is able to expand with the window, fill the
> window on a specific axis, set the padding's location, and which side it was
> on.
Tklua calls pack() automatically for you. In the typical case there is
no need to call it manually.
I really suggest that you work through the examples in the tklua distribution.
- Christian