Searched refs:graphicsKeyPath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py24 graphicsKeyPath = ivar(u'graphicsKeyPath') variable in class:GraphicsView
39 return self.graphicsContainer.valueForKeyPath_(self.graphicsKeyPath)
70 self.graphicsKeyPath = observableKeyPath
72 self, self.graphicsKeyPath, (NSKeyValueObservingOptionNew |
85 self.graphicsContainer.removeObserver_forKeyPath_(self, self.graphicsKeyPath)
87 self.graphicsKeyPath = None
99 newGraphics = Set(object.valueForKeyPath_(self.graphicsKeyPath))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsView.py24 graphicsKeyPath = ivar(u'graphicsKeyPath') variable in class:GraphicsView
39 return self.graphicsContainer.valueForKeyPath_(self.graphicsKeyPath)
70 self.graphicsKeyPath = observableKeyPath
72 self, self.graphicsKeyPath, (NSKeyValueObservingOptionNew |
85 self.graphicsContainer.removeObserver_forKeyPath_(self, self.graphicsKeyPath)
87 self.graphicsKeyPath = None
99 newGraphics = Set(object.valueForKeyPath_(self.graphicsKeyPath))

Completed in 108 milliseconds