Re: widget placement ->pack

2003-02-27 Thread Stephen Patterson
> Then at this point, for the life of me, I can't seem to place the Label to > the bottom left of the text box. Various combinations are always placing > the label to the right of the scroll bar, ie. whether it be top or bottom. You really should be using Tk::Frame NAME Tk::Frame - Creat

widget placement ->pack

2003-02-27 Thread Markham, Richard
Title: widget placement ->pack If create at text widget $text = $top->Text ('-width' =>  110,'-height' => 40)->pack(); my next widget $top->Label('-text' => 'Command:')->pack('-side' => 'left'); will appe