>Isn't -[NSApplication setApplicationIconImage:] the standard way to do this >kind of thing?
well the standard way of displaying an "unread count" (or whatever label above the icon) in the dock icon is: [[NSApp dockTile] setBadgeLabel:@”42”]; the NSDockTile API is not yet supported by gnustep, but if the code for badging is already done for GNUMail it seems to be better to move this to GUI than to replicate it across GNUMail / SimpleAgenda / whatever. bye, julian
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
