Ekaterina Gerasimova kittykat3756@gmail.com 2013 Gordon Hill caseyweederman@gmail.com 2013 Use Glade to generate a UI file. Create a user interface Get started with GNOME

Use Glade, the UI editor for GNOME to create a user interface. Glade produces XML files that describe attributes of an application.

When creating a UI file using Glade, the ID that you specify in Glade is the ID that you will later need to use to get the object from the UI file.

Create a new window, then set ID to window1 and Title to Hello World:

Screenshot of value attribution in Glade.

Save the file with FileSave As and name it helloworld.glade.