2010-12-28 02:17:20 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2011-01-22 17:40:22 -08:00
|
|
|
<!DOCTYPE chapter [
|
2010-12-28 02:17:20 -08:00
|
|
|
<!ENTITY % medit-defines SYSTEM "medit-defines.ent">
|
|
|
|
%medit-defines;
|
|
|
|
]>
|
2011-01-22 17:40:22 -08:00
|
|
|
<chapter id="chapter-script-python">
|
2011-01-22 22:12:20 -08:00
|
|
|
<?dbhtml filename="python-moo.html"?>
|
2010-12-28 02:17:20 -08:00
|
|
|
<title>&medit; Python API</title>
|
|
|
|
<sect1>
|
|
|
|
<title>Introduction</title>
|
|
|
|
<para>When compiled with Python support, &medit; uses
|
|
|
|
<ulink url="http://www.pygtk.org/">PyGtk</ulink>. Its functionality is
|
|
|
|
exposed through <code>moo</code> module. You can use built-in Python console
|
2011-01-10 00:10:17 -08:00
|
|
|
available from <guimenu>Tools</guimenu> menu to experiment with &medit; API.</para>
|
2010-12-28 02:17:20 -08:00
|
|
|
<note>
|
|
|
|
Classes and functions documented here are guaranteed to work as long as you
|
|
|
|
follow the rules from their documentation (most often there are no special
|
2011-01-10 00:10:17 -08:00
|
|
|
rules, but for some functions you may or may not use named arguments, etc.)
|
2010-12-28 02:17:20 -08:00
|
|
|
</note>
|
|
|
|
<warning>
|
|
|
|
<code>moo</code> module has more classes and functions than documented here,
|
|
|
|
but undocumented classes and functions may or may not work differently in
|
|
|
|
the future and they may disappear without notice. Contact the author if you
|
|
|
|
need functions which are not present here.
|
|
|
|
</warning>
|
|
|
|
</sect1>
|
|
|
|
###GENERATED###
|
2011-01-22 17:40:22 -08:00
|
|
|
</chapter>
|