-
On Vala and Composite Templates
If you want to use the GTK+ composite templates in Vala, please remember : you have to use a GResource. The syntax is not exactly hard, here’s an example: Which is pretty simple. Let’s say you called that file project.gresource.xml, so to include it, you do (at compile time) Of course, it can’t be that…
