Searched refs:secsUntilNotify (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py90 and anItem.secsUntilNotify()
266 if anItem.secsUntilNotify() and anItem.status() == INCOMPLETE:
267 notifyDate = anItem.day().addTimeInterval_(anItem.secsUntilDue() - anItem.secsUntilNotify())
H A DToDoItem.py167 def secsUntilNotify(self): function
H A DInfoWindowController.py225 notifySecs = selectedItem.secsUntilNotify()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py90 and anItem.secsUntilNotify()
266 if anItem.secsUntilNotify() and anItem.status() == INCOMPLETE:
267 notifyDate = anItem.day().addTimeInterval_(anItem.secsUntilDue() - anItem.secsUntilNotify())
H A DToDoItem.py167 def secsUntilNotify(self): function
H A DInfoWindowController.py225 notifySecs = selectedItem.secsUntilNotify()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoDocument.py90 and anItem.secsUntilNotify()
266 if anItem.secsUntilNotify() and anItem.status() == INCOMPLETE:
267 notifyDate = anItem.day().addTimeInterval_(anItem.secsUntilDue() - anItem.secsUntilNotify())
H A DToDoItem.py167 def secsUntilNotify(self): function
H A DInfoWindowController.py225 notifySecs = selectedItem.secsUntilNotify()

Completed in 136 milliseconds