sesi.glade

The file sesi.glade is the project file where Glade keeps the specifications you create when you point-and-click the user interface into existence (see Listing A.2). Like interface.c, it is not something you want to tweak manually unless you really, really need to. Remember, unlike interface.c, it is read into as well as written out of Glade. However, it does provide instructive insight into the way Glade organizes and handles the various GTK+ widgets.

Listing A.2. sesi.glade: The Glade Project File for the SESI Order Application
 <?xml version="1.0"?> <GTK-Interface> <project> <name>sesi</name> <program_name>sesi</program_name> <directory></directory> <source_directory>src</source_directory> <pixmaps_directory>pixmaps</pixmaps_directory> ...

Get MySQL Building User Interfaces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.