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

Reply via email to