2022-03-11 04:43:30 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2023-10-10 18:54:41 +00:00
|
|
|
<!-- Created with Cambalache 0.16.0 -->
|
2021-07-07 19:13:36 +00:00
|
|
|
<interface>
|
2022-05-22 08:59:09 +00:00
|
|
|
<!-- interface-name popover_right_click.ui -->
|
2023-10-10 18:54:41 +00:00
|
|
|
<requires lib="gtk" version="4.6"/>
|
2021-07-07 19:13:36 +00:00
|
|
|
<object class="GtkPopover" id="popover_right_click">
|
2022-05-22 08:59:09 +00:00
|
|
|
<property name="child">
|
2021-07-07 19:13:36 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="buttons_popover_right_click_open_file">
|
2022-05-22 08:59:09 +00:00
|
|
|
<property name="focusable">1</property>
|
2022-03-11 04:43:30 +00:00
|
|
|
<property name="label" translatable="yes">Open File</property>
|
2022-05-22 08:59:09 +00:00
|
|
|
<property name="receives-default">1</property>
|
2021-07-07 19:13:36 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="buttons_popover_right_click_open_folder">
|
2022-05-22 08:59:09 +00:00
|
|
|
<property name="focusable">1</property>
|
2022-03-11 04:43:30 +00:00
|
|
|
<property name="label" translatable="yes">Open Folder</property>
|
2022-05-22 08:59:09 +00:00
|
|
|
<property name="receives-default">1</property>
|
2021-07-07 19:13:36 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2022-05-22 08:59:09 +00:00
|
|
|
</property>
|
|
|
|
<property name="position">left</property>
|
2021-07-07 19:13:36 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|