aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-python/example/org-gnome-hello-python-ui.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plugin-python/example/org-gnome-hello-python-ui.xml')
-rw-r--r--modules/plugin-python/example/org-gnome-hello-python-ui.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/plugin-python/example/org-gnome-hello-python-ui.xml b/modules/plugin-python/example/org-gnome-hello-python-ui.xml
new file mode 100644
index 0000000000..074960e84d
--- /dev/null
+++ b/modules/plugin-python/example/org-gnome-hello-python-ui.xml
@@ -0,0 +1,16 @@
+<Root>
+ <commands>
+ <cmd name="HelloPy" _label="Hello Python"
+ _tip="Python Plugin Loader tests"
+ />
+ </commands>
+
+ <menu>
+ <placeholder name="MessagePlaceholder">
+ <submenu name="Message">
+ <separator f="" name="sep"/>
+ <menuitem name="HelloPy" verb=""/>
+ </submenu>
+ </placeholder>
+ </menu>
+</Root>