You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
583 B
18 lines
583 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContextMenuBin" parent="AdwBin"> |
|
<property name="focusable">True</property> |
|
<child> |
|
<object class="GtkGestureClick" id="click_gesture"> |
|
<property name="button">3</property> |
|
<property name="exclusive">True</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkGestureLongPress" id="long_press_gesture"> |
|
<property name="touch_only">True</property> |
|
<property name="exclusive">True</property> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|