$hbox = new Gtk::HBox(0, 0); $mw->add($hbox); $button = new Gtk::Button "Bla"; $hbox->pack_start($button, 0, 0, 0);