[Pythonmac-SIG] missing wrapper for an NSView method?

Kaz Wesley kaz at pculture.org
Wed Mar 2 23:34:21 CET 2011


Don't mind me, I think I have misunderstood the structure of the Cocoa docs.

On Wed, Mar 2, 2011 at 11:16, Kaz Wesley <kaz at pculture.org> wrote:
> The Cocoa docs describe a reflectScrolledClipView: method for NSView
> in "OS X 10.0 and higher":
> http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/occ/instm/NSView/reflectScrolledClipView:
>
> But when I do this:
>>>> from AppKit import NSView
>>>> NSView.reflectScrolledClipView_
>
> I get an AttributeError. Am I overlooking something, or is this a
> missing-wrapper-method bug?
>


More information about the Pythonmac-SIG mailing list