Re: [Pyobjc-dev] Changing the dock icon
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-01-08 22:12:15
|
You can use either AppKit.NSApp(), a function instead of a global variable, or NSApplication.sharedApplication() to access the NSApplication instance for your application. Ronald |