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