fractal/fractal-gtk/res/ui/room_menu.ui
Christopher Davis 1f5970fa33 room_menu: Use menu model
This menu is simple enough that we can use
a menu model instead of a manual popover menu.
Since MenuModels are private in GTK4, this is
the recommended way to create menus.
2020-11-06 08:12:13 +00:00

23 lines
736 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<menu id="room_menu">
<section>
<item>
<attribute name="label" translatable="yes">Room Details</attribute>
<attribute name="action">app.open-room-settings</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Invite to This Room</attribute>
<attribute name="action">app.room_invite</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Leave Room</attribute>
<attribute name="action">app.leave_room</attribute>
</item>
</section>
</menu>
</interface>