gtk-demo: Add some details

This commit is contained in:
Matthias Clasen 2020-09-14 16:11:11 -04:00
parent fc6d621146
commit 6a3e12cfae

View File

@ -1,6 +1,7 @@
/* Builder
*
* Demonstrates an interface loaded from a XML description.
* Demonstrates a traditional interface, loaded from a XML description,
* and shows how to connect actions to the menu items and toolbar buttons.
*/
#include <gtk/gtk.h>