1,554
edits
(Move sections precendence into evaluation precedence) |
(Special alias 'prev' was added) |
||
Line 69: | Line 69: | ||
=== Special variables === | === Special variables === | ||
Special | Special variables are: | ||
* self | |||
* prev | |||
It is reference to current widget special variables, i.e. .x, .y, .w and .h | It is reference to current and last defined widget special variables respectively, i.e. .x, .y, .w and .h | ||
Example: | Example: |