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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DInfoWindowController.py25 infoNotifySwitchMatrix = objc.IBOutlet() variable in class:InfoWindowController
54 elif sender is self.infoNotifySwitchMatrix:
55 idx = self.infoNotifySwitchMatrix.selectedRow()
112 if self.infoNotifySwitchMatrix.selectedRow() == NotifyLengthOther:
151 print 'infoNotifySwitchMatrix', self.infoNotifySwitchMatrix
226 clearButtonMatrix(self.infoNotifySwitchMatrix)
229 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthNone, 0).setState_(NSOnState)
231 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthQuarter, 0).setState_(NSOnState)
233 self.infoNotifySwitchMatrix
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DInfoWindowController.py25 infoNotifySwitchMatrix = objc.IBOutlet() variable in class:InfoWindowController
54 elif sender is self.infoNotifySwitchMatrix:
55 idx = self.infoNotifySwitchMatrix.selectedRow()
112 if self.infoNotifySwitchMatrix.selectedRow() == NotifyLengthOther:
151 print 'infoNotifySwitchMatrix', self.infoNotifySwitchMatrix
226 clearButtonMatrix(self.infoNotifySwitchMatrix)
229 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthNone, 0).setState_(NSOnState)
231 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthQuarter, 0).setState_(NSOnState)
233 self.infoNotifySwitchMatrix
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DInfoWindowController.py25 infoNotifySwitchMatrix = objc.IBOutlet() variable in class:InfoWindowController
54 elif sender is self.infoNotifySwitchMatrix:
55 idx = self.infoNotifySwitchMatrix.selectedRow()
112 if self.infoNotifySwitchMatrix.selectedRow() == NotifyLengthOther:
151 print 'infoNotifySwitchMatrix', self.infoNotifySwitchMatrix
226 clearButtonMatrix(self.infoNotifySwitchMatrix)
229 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthNone, 0).setState_(NSOnState)
231 self.infoNotifySwitchMatrix.cellAtRow_column_(NotifyLengthQuarter, 0).setState_(NSOnState)
233 self.infoNotifySwitchMatrix
[all...]

Completed in 131 milliseconds