Searched refs:aCell (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py151 aCell = self.cellWithTag_(
153 aCell.setHighlightsBy_(NSMomentaryChangeButton)
154 aCell.setCellAttribute_to_(NSCellHighlighted, True)
H A DToDoDocument.py61 aCell = ToDoCell.alloc().init()
62 aCell.setTarget_(self)
63 aCell.setAction_('itemStatusClicked:')
64 self.statusList.putCell_atRow_column_(aCell, index, 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py151 aCell = self.cellWithTag_(
153 aCell.setHighlightsBy_(NSMomentaryChangeButton)
154 aCell.setCellAttribute_to_(NSCellHighlighted, True)
H A DToDoDocument.py61 aCell = ToDoCell.alloc().init()
62 aCell.setTarget_(self)
63 aCell.setAction_('itemStatusClicked:')
64 self.statusList.putCell_atRow_column_(aCell, index, 0)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DCalendarMatrix.py151 aCell = self.cellWithTag_(
153 aCell.setHighlightsBy_(NSMomentaryChangeButton)
154 aCell.setCellAttribute_to_(NSCellHighlighted, True)
H A DToDoDocument.py61 aCell = ToDoCell.alloc().init()
62 aCell.setTarget_(self)
63 aCell.setAction_('itemStatusClicked:')
64 self.statusList.putCell_atRow_column_(aCell, index, 0)
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c128521 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
128562 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
128607 RtreeCell *aCell = 0; local
128730 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128748 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
128810 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128842 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
128958 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
129018 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129120 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129202 RtreeCell *aCell; local
129484 RtreeCell *aCell; local
[all...]

Completed in 637 milliseconds