| $menu_bar = $top->Frame(); |
|
$click_button = $menu_bar->Button( -text => 'ClickMe', -command => \&clicksub ); |
|
$text = $text_frame->Label( -width => '35', -height => '12', -background => 'white' ); |
| $top->configure(-title => 'hello world app'); |