First page Back Continue Last page Overview Graphics
libglademm
Design, edit, your UI visually, with Glade.
Implement functionality in code, with C++.
Glib::RefPtr<Gnome::Glade::Xml> refXml = Gnome::Glade::Xml::create("basic.glade");
Gtk::Dialog* pDialog = 0;
refXml->get_widget("DialogBasic", pDialog);
Notes: