[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSComboBox delegate
From: |
Ingolf Jandt |
Subject: |
Re: NSComboBox delegate |
Date: |
Thu, 2 Feb 2006 11:29:09 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
> I implemented
>
> - (void)comboBoxWillDismiss:(NSNotification *)notification
> - (void)textDidEndEditing:(NSNotification *)aNotification
> - (void)textDidChange:(NSNotification *)aNotification
>
IIRC it should be
- (void)controlTextDidEndEditing: (NSNotification *)aNotification
Ingolf