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