mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
d2430c70bd
Redo this series of examples from 2013, and adapt it to modern way of doing things. The biggest differences are that we use a headerbar right from the start, and don't mention the app menu. Fixes: #2730
9 lines
295 B
XML
9 lines
295 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/exampleapp">
|
|
<file preprocess="xml-stripblanks">window.ui</file>
|
|
<file preprocess="xml-stripblanks">gears-menu.ui</file>
|
|
<file preprocess="xml-stripblanks">prefs.ui</file>
|
|
</gresource>
|
|
</gresources>
|