(mode_tile key mode)


Set the mode of the dialog box's tile.


This function sets the mode of the tile identified by key. The mode argument takes one of the following integers:

Mode Meaning
0 Enable tile.
1 Disable tile.
2 Set the focus to the tile.
3 Select the contents of an edit box.
4 Change image highlighting between on and off.

Example

(mode_tile pt1 2)

Tell me about...

(get_attr key attribute)

(get_tile key)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language