#creating a Vbox my $vbox = Gtk3::Box->new('vertical',3); $vbox->set( visible=>TRUE, can_focus=>FALSE, double_buffered=>FALSE, expand=>'false' );