Searched refs:initWithName_andDate_ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate): function
H A DToDoDocument.py190 newItem = ToDoItem.alloc().initWithName_andDate_(newName, self.calendar.selectedDay())
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate): function
H A DToDoDocument.py190 newItem = ToDoItem.alloc().initWithName_andDate_(newName, self.calendar.selectedDay())

Completed in 116 milliseconds