IBInspector actions/outlets closer to OS 4.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Laurent Julliard 2001-10-27 20:33:20 +00:00
parent 582fd09210
commit 9e6bcdb394

View file

@ -1,10 +1,11 @@
{
IBInspector = {
Actions = (
"ok:",
"revert:",
"touch:"
);
Outlets = (
okButton,
revertButton,
window
);
Super = NSObject;