set_position(Gtk::WIN_POS_CENTER); $this->set_title("Add Database Connection"); // Create the layout table $connection_form = new DB_Info_Widget(); // Add the Vbox, and show the window $this->add($connection_form); $this->show_all(); } } // End of add_db.php