mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Add delegate method for forms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19137f67d5
commit
eb37c02013
1 changed files with 6 additions and 0 deletions
|
@ -253,4 +253,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (void)controlTextDidChange:(NSNotification *)aNotification
|
||||
{
|
||||
[self ok: [aNotification object]];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue