Files
loongoffice/odk/examples/python/toolpanel/readme
Andrea Gelmini 64d624b651 Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-10 14:17:20 +00:00

14 lines
573 B
Plaintext

This extension is a Proof of concept on implementing Toolpanel in Python
- make will create the oxt
- provided sdk environment is set
- alternatively zip the files and name it toolpanel.oxt
- install it
- activate Task Panes in menu (check View > Task Pane menu)
- enjoy !
The events of the controls (Click me button) in the task pane are handled by basic macro code to illustrate that Toolpanel definition and events codes are indepedant. One could use any language to react on events
Then focus only on .py and xml files for the toolpanel activation analysis