Sync docs; link to MAGIC-API from README & EXTENDING

This commit is contained in:
Bill Kendrick 2023-05-16 22:47:39 -07:00
parent b9305f2ceb
commit 353d572caa
22 changed files with 209 additions and 24 deletions

View file

@ -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.