sub do_remove_all_templates { my $box=$glade->get_widget('vbox_insert'); for my $widget ($box->get_children()) { $box->remove($widget); } }