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 - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
