Respond when the user clicks a dialog box tile.
This function assigns the expression to evaluate when the user selects the tile referenced by key. Both expression and key are strings; key is case-sensitive. Expression is typically another LISP function; key refers to the tile. This function operates on tiles that are user-selectable elements of a dialog box, such as radio buttons, check boxes, or buttons.
The expression refers to the tile, using the following arguments:
Argument | Meaning |
---|---|
$value | Current value |
$key | Tile name |
$data | Application specific data |
$reason | Callback reason |
$x | Image x-coordinate |
$y | Image y-coordinate |
Example
Code | Returns |
---|---|
(action_tile "xpt" x_coord) | nil |
NOTES
Tell me about...
Programming Overview of DCL (Dialog Control Language)
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |