Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have tk table,which has below widgets embedded in to it
Thank you.$gmail_table->put(1,0,$lab1); $gmail_table->put(1,1,$lab_ent1); $gmail_table->put(2,0,$lab2); $gmail_table->put(2,1,$lab_ent2); $gmail_table->put(3,0,$lab3); $gmail_table->put(3,1,$email_auth_button); $gmail_table->put(4,0,$progress_bar); ##i need to have this progres +s bar spanned for two columns on the same row,how can i achieve the s +ame. $gmail_table->put(5,0,$lab4); $gmail_table->put(5,1,$lab_chkbutton);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Arrange tk progressbar in tk table column. ( Tk::grid columnspan )
by Anonymous Monk on Mar 10, 2020 at 21:43 UTC | |
|
Re: Arrange tk progressbar in tk table column.
by Marshall (Canon) on Mar 12, 2020 at 00:41 UTC |