]>
git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOS9/ShowInitIcon.h
1 #ifndef __ShowInitIcon__
2 #define __ShowInitIcon__
6 // Usage: pass the ID of your icon family (ICN#/icl4/icl8) to have it drawn in the right spot.
7 // If 'advance' is true, the next INIT icon will be drawn to the right of your icon. If it is false, the next INIT icon will overwrite
8 // yours. You can use it to create animation effects by calling ShowInitIcon several times with 'advance' set to false.
14 pascal void ShowInitIcon (short iconFamilyID
, Boolean advance
);
20 #endif /* __ShowInitIcon__ */