[ghex/gtk4-port: 27/91] Add context-menu.ui
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex/gtk4-port: 27/91] Add context-menu.ui
- Date: Thu, 12 Aug 2021 23:35:09 +0000 (UTC)
commit c5ccddbb18b92ba98426733f5634081a507a8394
Author: Logan Rathbone <poprocks gmail com>
Date: Tue Jan 12 16:57:48 2021 -0500
Add context-menu.ui
src/context-menu.ui | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
---
diff --git a/src/context-menu.ui b/src/context-menu.ui
new file mode 100644
index 00000000..7996bdc7
--- /dev/null
+++ b/src/context-menu.ui
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- vim: colorcolumn=80 ts=4 sw=4
+-->
+
+<interface>
+ <menu id='context-menu'>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>_Undo</attribute>
+ <attribute name='action'>gtkhex.undo</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Redo</attribute>
+ <attribute name='action'>gtkhex.redo</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name='label' translatable='yes'>Cu_t</attribute>
+ <attribute name='action'>gtkhex.cut</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Copy</attribute>
+ <attribute name='action'>gtkhex.copy</attribute>
+ </item>
+ <item>
+ <attribute name='label' translatable='yes'>_Paste</attribute>
+ <attribute name='action'>gtkhex.paste</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]