diff options
Diffstat (limited to 'sfx2/uiconfig/ui/stylecontextmenu.ui')
-rw-r--r-- | sfx2/uiconfig/ui/stylecontextmenu.ui | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/stylecontextmenu.ui b/sfx2/uiconfig/ui/stylecontextmenu.ui new file mode 100644 index 000000000..d82cde01a --- /dev/null +++ b/sfx2/uiconfig/ui/stylecontextmenu.ui @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> +<interface domain="sfx"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkMenu" id="menu"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkMenuItem" id="new"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="stylecontextmenu|new">New...</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="edit"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="stylecontextmenu|edit">Modify...</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="hide"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="stylecontextmenu|hide">Hide</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="show"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="stylecontextmenu|show">Show</property> + <property name="use_underline">True</property> + </object> + </child> + <child> + <object class="GtkMenuItem" id="delete"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="stylecontextmenu|delete">Delete...</property> + <property name="use_underline">True</property> + </object> + </child> + </object> +</interface> |