Important: The information in this document is obsolete and should not be used for new development.
Application-Defined Routines
Your application can provide two functions for use by Icon Utilities routines. If you want to use theForEachIconDo
function to perform operations on icons, you must provide an icon action function. If you use icon caches or use any of the routines that end inMethod
, you must provide at least one icon getter function.
Subtopics
- Icon Action Functions
- Icon Getter Functions