gtk-demo: Put hte app menu in a separate file

No need to cram it in the same file as the main window.
This commit is contained in:
Matthias Clasen
2016-02-27 23:43:06 -05:00
parent 9d5ad67c91
commit 492fec6294
4 changed files with 21 additions and 16 deletions

View File

@ -2,6 +2,7 @@
<gresources>
<gresource prefix="/ui">
<file preprocess="xml-stripblanks">main.ui</file>
<file preprocess="xml-stripblanks">appmenu.ui</file>
</gresource>
<gresource prefix="/application_demo">
<file>application.c</file>