robotools / vanilla

A Pythonic wrapper around Cocoa.
MIT License
78 stars 28 forks source link

Add support to retrieve which cell is edited #210

Closed typemytype closed 5 months ago

typemytype commented 5 months ago

this adds getEditedIndex() and getEditedItem()

this will return None if no item is being edited

use case a list of slider cell, where editing a slider is not reflected in the list selectionIndexes

(a PR for ezui is also ready after this is approved)