Sync docs; link to MAGIC-API from README & EXTENDING
This commit is contained in:
parent
b9305f2ceb
commit
353d572caa
22 changed files with 209 additions and 24 deletions
|
|
@ -32,6 +32,7 @@
|
|||
| * Translations |
|
||||
| * Alternative Input Methods |
|
||||
| * On-screen Keyboard |
|
||||
| * Magic Tools |
|
||||
+------------------------------------------+
|
||||
|
||||
If you wish to add or change things like Brushes, Starters, Rubber Stamps,
|
||||
|
|
@ -1034,3 +1035,14 @@ Keysym definitions file ("keysymdef.h")
|
|||
at runtime.
|
||||
|
||||
It is unlikely that any modification will be required of this file.
|
||||
|
||||
Magic Tools
|
||||
|
||||
Tux Paint's Magic tools are pieces of software, external to the main Tux
|
||||
Paint application, that are loaded as "plugins" at runtime, and interact
|
||||
with the program using a defined Application Programming Interface (API).
|
||||
The plugins that ship with Tux Paint (as well as Tux Paint itself) are
|
||||
written in the C programming language.
|
||||
|
||||
Consult the Magic Tool Plugin API Documentation to learn how to write your
|
||||
own.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue