static void disableImageSurfaceSelector(ImageSurface is) { ImageSurfaceSelector s = firstInstance(is.tools, ImageSurfaceSelector); if (s == null) ret; is.removeMouseListener(s); is.removeMouseMotionListener(s); is.tools.remove(s); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006662 |
Snippet name: | disableImageSurfaceSelector |
Eternal ID of this version: | #1006662/2 |
Text MD5: | 2c9f3744d62cfdb298750c8f6f47cd48 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-03-12 18:25:23 |
Source code size: | 250 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 599 / 647 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |