Re: [Pyobjc-dev] Constants etc.
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-02 17:40:07
|
On Sunday, Feb 2, 2003, at 12:17 US/Eastern, Martina Oefelein wrote: > Hi Bill, >> Most constants should be bridged and are available directly in the >> AppKit namespace. >> >> There may be some that slipped through the cracks. If you have >> specific examples, please let us know! > I have an example: All AddressBook constants. Ahh... those aren't Cocoa constants. :-) The AddressBook constants are not currently bridged, but the address book API is still quite usable. See Examples/addressbook.py. Ronald: should we go ahead and auto-generate the source to cover all of AB's compiled constants? This would require creating yet-another-module. Maybe AddressBook should be moved out of PyObjC and into its own project given that most apps will not use the AB API? b.bum |