2009/3/19 Sharan Basappa <[email protected]>: > I have started going through TK documents. The initial sections seem > to concentrate more on adding different options to screen and do some > background action based on user input. My requirement is not so much > on user control but more on the visual display side (pardon if I am > using generic terms since I am not a SW guy). I just want to make sure > I am spending time in the right area. So sending this mail. > > Regards,
If your mean the window layout then I think you want to look at the ->pack() method. http://search.cpan.org/~srezic/Tk-804.028/pod/pack.pod It's how you specify the placing of items within each element. HTH, Dp. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
