Ekaterina Gerasimova kittykat3756@gmail.com 2013 Gordon Hill caseyweederman@gmail.com 2013 Add the window specified in the UI file to the application using GtkBuilder. Fran Dieguez frandieguez@gnome.org 2009-2013. Leandro Regueiro leandro.regueiro@gmail.com 2011. GtkBuilder Get started with GNOME

GtkBuilder accepts UI descriptions and turns them into Gtk applications. In this case, the UI description is in the file helloworld.glade and can be read by the get_object() method.

Load the UI file using GtkBuilder and get the window object using the Name (or ID) chosen in Glade, and add the window object to the application: