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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
H A DMyWindowController.py9 previousRowCount = objc.ivar(objc._C_INT) variable in class:MyWindowController
26 self.previousRowCount = 3
229 if newRowCount == self.previousRowCount:
247 growing = (newRowCount > self.previousRowCount)
250 heightDifference = abs(self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount))
263 frame.origin.y - self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount)))
282 self.previousRowCount = newRowCount # save our new row count
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
H A DMyWindowController.py9 previousRowCount = objc.ivar(objc._C_INT) variable in class:MyWindowController
26 self.previousRowCount = 3
229 if newRowCount == self.previousRowCount:
247 growing = (newRowCount > self.previousRowCount)
250 heightDifference = abs(self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount))
263 frame.origin.y - self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount)))
282 self.previousRowCount = newRowCount # save our new row count
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PredicateEditorSample/
H A DMyWindowController.py9 previousRowCount = objc.ivar(objc._C_INT) variable in class:MyWindowController
26 self.previousRowCount = 3
229 if newRowCount == self.previousRowCount:
247 growing = (newRowCount > self.previousRowCount)
250 heightDifference = abs(self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount))
263 frame.origin.y - self.predicateEditor.rowHeight() * (newRowCount - self.previousRowCount)))
282 self.previousRowCount = newRowCount # save our new row count

Completed in 70 milliseconds