Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Documented IupScintilla binding |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d9923ee8efa7b199c551f8e044aafb13 |
User & Date: | murphy 2015-05-01 14:29:27.345 |
Context
2015-05-01
| ||
14:40 | Switch from PLaneT to collections paths, ocumentation updates check-in: 9c1925379a user: murphy tags: trunk | |
14:29 | Documented IupScintilla binding check-in: d9923ee8ef user: murphy tags: trunk | |
14:29 | Documented IupPlot binding check-in: c7943a8242 user: murphy tags: trunk | |
Changes
Added api/scintilla.wiki.
> > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <h1><tt>scintilla</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require (planet murphy/iup:1:0/scintilla))</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-scintilla)</code></td> </tr> </table> Scintilla text editor and syntax highlighting support. Initializes the IUP Scintilla library when loaded. <h2>Scintilla Browser Control</h2> <h3><a id="scintilla"><code><nowiki>(scintilla #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a Scintilla text editor widget. |