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@python.org
>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to