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:
Fabien Vallon 2005-10-05 13:13:41 +00:00
parent 19137f67d5
commit eb37c02013

View file

@ -253,4 +253,10 @@
}
}
- (void)controlTextDidChange:(NSNotification *)aNotification
{
[self ok: [aNotification object]];
}
@end