NSApplication orderFrontStandardAboutPanel: Making my about panel slightly less standard
Posted
by anthony
on Stack Overflow
See other posts from Stack Overflow
or by anthony
Published on 2010-05-20T21:38:31Z
Indexed on
2010/05/20
21:40 UTC
Read the original article
Hit count: 407
cocoa
|nsapplication
What are my options, if any, of adding additional, arbitrary data to the standard Cocoa about dialog that is displayed by an NSApplication when it receives a orderFrontStandardAboutPanel message.
© Stack Overflow or respective owner