mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
15453349ea
This example demonstrates property actions and object binding.
10 lines
353 B
XML
10 lines
353 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">app-menu.ui</file>
|
|
<file preprocess="xml-stripblanks">gears-menu.ui</file>
|
|
<file preprocess="xml-stripblanks">prefs.ui</file>
|
|
</gresource>
|
|
</gresources>
|