Re: [Pyobjc-dev] stringForToolTip has incorrect signature and argument count
Brought to you by:
ronaldoussoren
From: <bo...@pa...> - 2003-03-02 00:34:44
|
never mind about the argument count being wrong. i forgot the view. --bob - (NSString *)view:(NSView *)view stringForToolTip:(NSToolTipTag)tag point:(NSPoint)point userData:(void *)userData On Saturday, March 1, 2003, at 04:27 PM, Bob Pasker wrote: > > i still think there's a problem with the argument counts. my first pass > at the signature was: > > def view_stringForToolTip_point_userData_(self, tag, point, > userData): > > but the it complaied about not enough arguments, so i changed it to > > def view_stringForToolTip_point_userData_(self, tag, point, > userData, someVoid): |