5325ce6a3c
note: non-standard dnd via parent so the treeview triggers the dnd but doesn't itself strictly speaking drive the dnd, see copying a range from the navigator where the calc main edit window shows the outline where the copy of the range from the calc main window will go Change-Id: Ideecbe779e3d9bb5b392357a93ec25f625180ba8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89597 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
67 lines
3 KiB
XML
67 lines
3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.22.1 -->
|
|
<interface domain="sc">
|
|
<requires lib="gtk+" version="3.18"/>
|
|
<object class="GtkMenu" id="contextmenu">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkMenuItem" id="dragmodeitem">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes" context="dropmenu|SCSTR_DRAGMODE">Drag Mode</property>
|
|
<property name="use_underline">True</property>
|
|
<child type="submenu">
|
|
<object class="GtkMenu" id="dragmodesubmenu">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkRadioMenuItem" id="hyperlink">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes" context="dropmenu|hyperlink">Insert as Hyperlink</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRadioMenuItem" id="link">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes" context="dropmenu|link">Insert as Link</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">hyperlink</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRadioMenuItem" id="copy">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes" context="dropmenu|copy">Insert as Copy</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="draw_as_radio">True</property>
|
|
<property name="group">hyperlink</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkMenuItem" id="displayitem">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="label" translatable="yes" context="dropmenu|SCSTR_DISPLAY">Display</property>
|
|
<property name="use_underline">True</property>
|
|
<child type="submenu">
|
|
<object class="GtkMenu" id="displaymenu">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|