On Donnerstag, 28. April 2011, Werner F. Bruhin wrote: > I noted the post about same question in relation to GTK. > > Can't figure out/find information on the API file. What is the format, > is there some tool to generate them, as anyone done it already for wx? >
eric4 includes the tool eric4-api.py to generate such API files from Python sources. For everything else you are on your own. The API file format is the one used by the Scintilla editor widget (http://www.scintilla.org). Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
