discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUMail and Pantomime maintenance release


From: Julian Mayer
Subject: Re: GNUMail and Pantomime maintenance release
Date: Thu, 10 Nov 2011 03:03:49 +0100

>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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]