Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
api [2016/06/02 17:31]
emmanuel [class AA.Elements]
api [2017/03/06 17:20]
emmanuel [class AA.Windows]
Ligne 56: Ligne 56:
 ==== How to distribute an addon ==== ==== How to distribute an addon ====
  
-To distribute an addon, you have to create a *.zpk file. A *.zpk file is just a zip file which contains all addons directory.+To distribute an addon, you have to create a *.zpk file. A *.zpk file is just a zip file which contains all addon directories.
 It's realy important to zip the addon directory and not the file in the directory. It's realy important to zip the addon directory and not the file in the directory.
-Rename the zip extention to zpk extention, that's all.+Rename the zip extension to zpk extension, that's all.
  
 In addition, you can zip many addons in the same zpk file.  In addition, you can zip many addons in the same zpk file. 
Ligne 263: Ligne 263:
   * bool **Close**() //Destroy the window.//   * bool **Close**() //Destroy the window.//
  
-To create advanced windows, you can go at this address [[http://effbot.org/tkinterbook/tkinter-classes.htm|Tkinter documentation]] to get a complete documentation.+To create advanced windows, you can go to this address [[http://effbot.org/tkinterbook/tkinter-classes.htm|Tkinter documentation]] to get a complete documentation.