When is editWithFrame:... used?
Christiaan Hofman <[email protected]> Mon, 5 Dec 2011 00:18:35 +0100
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Can anyone tell me when NSTextFieldCell's editWithFrame:... method is = used? In my testing all ways of editing I have tried always go through = selectWithFrame:... and never use editWithFrame:.... I need to know for = a subclass whether I need to override this method, but for that I need = to test it. But when it's not used it's not tested... thanks, Christiaan