I have a dialogbox which popsup from main window. How do I create scrollbars in this dialogbox?.
Thankssub OnAbout { # Construct the DialogBox my $about = $mw->DialogBox( -title=>"About ", -buttons=>["OK"] ); $about->add('Label', -anchor => 'w', -justify => 'left', -text => qq( xxxxxx very long text xxxxxx) )->pack; $about->Show(); }
In reply to DialogBox and Scrollbars by mahis_431
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |