|  | Perl/Tk saves your favourite tools | ||
| Main back: Derived widget -2 next: Mega widget -2 |  
 
You may also include a  
 
   $self->Component('vu', 'vu1', options)->pack;
is equivalent tomy $v = $self->vu(options)->pack; $self->Advertise(vu1 => $v);The advertising means that the internal object of this widget can be reached by other widgets via 
   $vumeter->Subwidget('vu1');
 | ||
| 
 Created by Mark Overmeer with PPresenter on 11 juli 2001. |