[Pythonmac-SIG] PyObjC: dragImageForRowsWithIndexes_tableColumns_event_offset_() causes "PyObjCPointer created" error

Ronald Oussoren ronaldoussoren at mac.com
Wed Mar 15 07:41:48 CET 2006


On 14-mrt-2006, at 23:30, Michael Glassford wrote:

>
>>
>> Add this call to AppKit/_AppKitSignatures.py:
>>
>> setSignatureForSelector(
>> 	"NSTableView",
>> 	"dragImageForRows:event:dragImageOffset:",
>> 	"@@:@@N^{_NSPoint=ff}")
>>
>> I haven't tested this addition yet, but It Should Work(TM).
>
> Thanks, it did work. I also added:
>
>      _objc.setSignatureForSelector(
>          "NSTableView",
>          "dragImageForRowsWithIndexes:tableColumns:event:offset:",
>          "@@:@@@N^{_NSPoint=ff}"
>          )


Thanks for the confirmation. I've added these to the repository
and will be checking for other methods that need annotations in the
coming time.

Ronald

>
> Mike
>
>> Ronald
>> _______________________________________________
>> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig



More information about the Pythonmac-SIG mailing list