So, is the button identifiable?
I need to identify a cell-botton (Button Cell
) in aNSTableView
in order to detect if it was pressed already. The table can always change by user input. My bright idea is if a created button (button cell) were unique it would be identifiable. Is that possible?