2013-12-20 14:06:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2019-12-27 03:59:38 +00:00
|
|
|
<object class="GtkPopover" id="menu">
|
2013-12-20 14:06:33 +00:00
|
|
|
<child>
|
2019-12-27 03:59:38 +00:00
|
|
|
<object class="GtkButton" id="button">
|
2013-12-20 14:06:33 +00:00
|
|
|
<property name="label" translatable="yes">_New</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuButton" id="menubutton">
|
2020-02-06 22:12:34 +00:00
|
|
|
<property name="popover">menu</property>
|
2013-12-20 14:06:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|