This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Red [ | |
| Started: 2018-05-16 | |
| Date: 2019-01-25 | |
| Needs: View | |
| ;%range.red ;https://gist.github.com/toomasv/0e3244375afbedce89b3719c8be7eac0 | |
| ;TinyURL https://tinyurl.com/y7bt2nqy | |
| File: %date-picker.red | |
| ] | |
| context [ | |
| y: d: none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Red [ | |
| Date: 4-Sep-2019 | |
| Description: {Mouse sensitive zooming function} | |
| Author: "Toomas Vooglaid" | |
| Licence: "Public domain" | |
| ] | |
| zooming: function [face event][ | |
| ;face's draw-block needs to have matrix defined | |
| mx: face/draw/matrix |
OlderNewer