Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Switch from PLaneT to collections paths, ocumentation updates |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9c1925379a729a4eece8ce72f96033cf |
User & Date: | murphy 2015-05-01 14:40:13.359 |
Context
2015-05-01
| ||
17:00 | Racket bindings for the IupMglPlot controls check-in: 62b8ff14c4 user: murphy tags: trunk | |
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 | |
Changes
Changes to api/base.wiki.
1 2 3 4 5 6 7 | <h1><tt>base</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>base</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/base)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-base)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/controls.wiki.
1 2 3 4 5 6 7 | <h1><tt>controls</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>controls</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/controls)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-controls)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/dialogs.wiki.
1 2 3 4 5 6 7 | <h1><tt>dialogs</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>dialogs</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/dialogs)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-dialogs)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/dynamic.wiki.
1 2 3 4 5 6 7 | <h1><tt>dynamic</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>dynamic</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/dynamic)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-dynamic)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/glcanvas.wiki.
1 2 3 4 5 6 7 | <h1><tt>glcanvas</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>glcanvas</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/glcanvas)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-glcanvas)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/main.wiki.
1 2 3 4 5 6 7 | <h1><tt>main</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <h1><tt>main</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup)</code></td> </tr> </table> This module re-exports most bindings from the <tt>[./base.wiki|base]</tt>, <tt>[./controls.wiki|controls]</tt> and <tt>[./dialogs.wiki|dialogs]</tt> modules. Additional features can be imported from the <tt>[./glcanvas.wiki|glcanvas]</tt>, <tt>[./pplot.wiki|pplot]</tt>, <tt>[./plot.wiki|plot]</tt>, <tt>[./scintilla.wiki|scintilla]</tt> and <tt>[./web.wiki|web]</tt> modules. Instead of using this module directly you may instead require the <tt>[./dynamic.wiki|dynamic]</tt> module to access the GUI library bindings at runtime iff the library is available. <h2>Host Specifics</h2> |
︙ | ︙ |
Changes to api/plot.wiki.
1 2 3 4 5 6 7 | <h1><tt>plot</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>plot</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/plot)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-plot)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/pplot.wiki.
1 2 3 4 5 6 7 | <h1><tt>pplot</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>pplot</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/pplot)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-pplot)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/scintilla.wiki.
1 2 3 4 5 6 7 | <h1><tt>scintilla</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>scintilla</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/scintilla)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-scintilla)</code></td> </tr> </table> |
︙ | ︙ |
Changes to api/web.wiki.
1 2 3 4 5 6 7 | <h1><tt>web</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <h1><tt>web</tt> Module</h1> <h2>Synopsis</h2> <table> <tr> <th>Racket</th> <td><code>(require iup/web)</code></td> </tr> <tr> <th>CHICKEN</th> <td><code>(require-extension iup-web)</code></td> </tr> </table> |
︙ | ︙ |
Changes to racket/dynamic.rkt.
1 2 3 | #lang racket (define (iup-dynamic-require sym) | | | 1 2 3 4 5 6 7 8 9 10 11 | #lang racket (define (iup-dynamic-require sym) (dynamic-require 'iup/main sym)) (define (iup-available?) (with-handlers ([exn:fail? (const #f)]) ((iup-dynamic-require 'iup-version)))) (provide (all-defined-out)) |