fractal/fractal-gtk/res/ui/room_menu.ui

24 lines
736 B
Text
Raw Normal View History

2018-04-17 07:13:33 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
2018-04-17 07:13:33 +00:00
<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>
2018-04-17 07:13:33 +00:00
</interface>