Searched refs:calculatedItemBounds (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py32 NSBezierPath.fillRect_(self.calculatedItemBounds())
40 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
47 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
102 self.addCursorRect_cursor_(self.calculatedItemBounds(),
139 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
141 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
152 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
162 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
168 def calculatedItemBounds(self): member in class:DraggableItemView
175 itemHit = NSPointInRect(testPoint, self.calculatedItemBounds())
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py32 NSBezierPath.fillRect_(self.calculatedItemBounds())
40 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
47 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
102 self.addCursorRect_cursor_(self.calculatedItemBounds(),
139 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
141 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
152 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
162 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
168 def calculatedItemBounds(self): member in class:DraggableItemView
175 itemHit = NSPointInRect(testPoint, self.calculatedItemBounds())
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/DragItemAround/
H A DDragItemAround.py32 NSBezierPath.fillRect_(self.calculatedItemBounds())
40 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
47 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
102 self.addCursorRect_cursor_(self.calculatedItemBounds(),
139 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
141 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
152 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
162 self.setNeedsDisplayInRect_(self.calculatedItemBounds())
168 def calculatedItemBounds(self): member in class:DraggableItemView
175 itemHit = NSPointInRect(testPoint, self.calculatedItemBounds())
[all...]

Completed in 181 milliseconds