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 @@
| * Traductions |
| * Méthodes alternatives de saisie |
| * Clavier virtuel sur écran |
| * Magic Tools |
+--------------------------------------------------------------+
Si vous souhaitez ajouter ou modifier des éléments tels que des pinceaux,
@ -1100,3 +1101,14 @@ Fichier de définitions des Keysim ("keysymdef.h")
at runtime.
Il est peu probable qu'une modification de ce fichier soit requise.
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.