How can i define a Gtk application menu as described here but within the main glade file where the rest of the application is defined?
So to put it in a file like:
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkApplicationWindow" id="test">
<property name="can_focus">False</property>
</object>
</interface>
The glade file should be integrated in python using gi.repository but I think this should not make any difference.