tkguifan has asked for the wisdom of the Perl Monks concerning the following question:
Now I need to add an undelete button. How do I divide this space between two buttons equally with the pack manager ( so that they together still fill all available space )?$self->{delete_button} = $mw->Button( -text => 'Delete', -command=> [ +\&delete , $self ] )->pack( -expand => '1', -fill => 'both' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I use the pack manager to divide space equally between two buttons?
by Eily (Monsignor) on Jan 28, 2015 at 23:43 UTC | |
by tkguifan (Scribe) on Jan 29, 2015 at 06:25 UTC |