• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/

Lines Matching refs:ov

9     def outlineView_child_ofItem_(self, ov, nr, item): return 1
10 def outlineView_isItemExpandable_(self, ov, item): return 1
11 def outlineView_numberOfChildrenOfItem_(self, ov, item): return 1
12 def outlineView_objectValueForTableColumn_byItem_(self, ov, tc, item): return 1
13 def outlineView_setObjectValue_forTableColumn_byItem_(self, ov, value, tc, item): pass
14 def outlineView_itemForPersistentObject_(self, ov, po): return 1
15 def outlineView_persistentObjectForItem_(self, ov, item): return 1
16 def outlineView_sortDescriptorsDidChange_(self, ov, old): pass
17 def outlineView_writeItems_toPasteboard_(self, ov, items, pb): return 1
18 def outlineView_validateDrop_proposedItem_proposedChildIndex_(self, ov, dr, item, idx): return 1
19 def outlineView_acceptDrop_item_childIndex_(self, ov, dr, it, idx): return 1
20 def outlineView_namesOfPromisedFilesDroppedAtDestination_forDraggedItems_(self, ov, dr, it): return 1
22 def outlineView_willDisplayCell_forTableColumn_item_(self, ov, c, tc, i): pass
23 def outlineView_shouldEditTableColumn_item_(self, ov, tc, i): return 1
24 def selectionShouldChangeInOutlineView_(self, ov): return 1
25 def outlineView_selectionIndexesForProposedSelection_(self, ov, idx): return 1
26 def outlineView_shouldSelectItem_(self, ov, tc): return 1
27 def outlineView_shouldSelectTableColumn_(self, ov, tc): return 1
28 def outlineView_toolTipForCell_rect_tableColumn_item_mouseLocation_(self, ov, c, r, tc, it, ml): return 1
29 def outlineView_heightOfRowByItem_(self, ov, item): return 1
30 def outlineView_typeSelectStringForTableColumn_item_(self, ov, tc, item): return 1
31 def outlineView_nextTypeSelectMatchFromItem_toItem_forString_(self, ov, si, ei, ss): return 1
32 def outlineView_shouldTypeSelectForEvent_withCurrentSearchString_(self, ov, ev, ss): return 1
33 def outlineView_shouldShowCellExpansionForTableColumn_item_(self, ov, tc, it): return 1
34 def outlineView_shouldTrackCell_forTableColumn_item_(self, ov, c, tc, it): return 1
35 def outlineView_dataCellForTableColumn_item_(self, ov, tc, it): return 1
36 def outlineView_isGroupItem_(self, ov, item): return 1
37 def outlineView_shouldExpandItem_(self, ov, it): return 1
38 def outlineView_shouldCollapseItem_(self, ov, it): return 1
39 def outlineView_willDisplayOutlineCell_forTableColumn_item_(self, ov, c, tc, i): pass