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

/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/Heimdal-323.92.1/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 337 milliseconds