Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated the API documentation |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.2.0 |
Files: | files | file ages | folders |
SHA1: |
059261c4cf587587ee252ba79f56539d |
User & Date: | murphy 2012-01-02 15:38:07.197 |
Context
2012-03-25
| ||
14:05 | corrected installation commands for CHICKEN import libraries check-in: bec3751390 user: murphy tags: trunk, v1.2.1 | |
2012-01-02
| ||
15:38 | Updated the API documentation check-in: 059261c4cf user: murphy tags: trunk, v1.2.0 | |
15:34 | Additional default dialogs check-in: 4ac76c4129 user: murphy tags: trunk | |
Changes
Changes to api/dialogs.wiki.
︙ | ︙ | |||
28 29 30 31 32 33 34 | <h3><a id="color-dialog"><code><nowiki>(color-dialog #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a color selection dialog. <h3><a id="font-dialog"><code><nowiki>(font-dialog #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a font selection dialog. | > > > > > > > > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <h3><a id="color-dialog"><code><nowiki>(color-dialog #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a color selection dialog. <h3><a id="font-dialog"><code><nowiki>(font-dialog #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a font selection dialog. <h3><a id="layout-dialog"><code><nowiki>(layout-dialog [dialog (or/c ihandle? #f) #f] #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a layout editor dialog. <h3><a id="element-properties-dialog"><code><nowiki>(element-properties-dialog [element ihandle?] #:<name> <value> ...) → ihandle?</nowiki></code></a></h3> Creates a property editor dialog. |