A simple example python plugin - just hook onto events.
svn path=/trunk/; revision=35627
This commit is contained in:
16
plugins/python/example/org-gnome-hello-python-ui.xml
Normal file
16
plugins/python/example/org-gnome-hello-python-ui.xml
Normal file
@ -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>
|
||||
Reference in New Issue
Block a user