Replies: 3 comments
-
|
Hmm... looking at the source, WINDOWOBJ, the IMAGEFNS methods are documented as: I wonder why the PREPRINTFN didn't get an explanation. |
Beta Was this translation helpful? Give feedback.
-
|
The comment in the code seems to imply a programmatic copy for |
Beta Was this translation helpful? Give feedback.
-
|
I think the IRM entry is actually pretty clear. The COPYFN is for making a new instance of the object if/when the object gets copied to a new location - e.g., it might be making a deep copy of a bitmap rather than retaining a copy of a pointer to a bitmap (shared between the objects), while the COPYBUTTONEVENTINFN is involved in the user interaction. You can always break a function that you've put in your object and see how and when it gets called (and return different results to see the effects) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the difference between the
COPYFNandCOPYBUTTONEVENTINFNfunctions of image objects?Beta Was this translation helpful? Give feedback.
All reactions