mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
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:
parent
582fd09210
commit
9e6bcdb394
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
IBInspector = {
|
||||
Actions = (
|
||||
"ok:",
|
||||
"revert:",
|
||||
"touch:"
|
||||
);
|
||||
Outlets = (
|
||||
okButton,
|
||||
revertButton,
|
||||
window
|
||||
);
|
||||
Super = NSObject;
|
||||
|
|
Loading…
Reference in a new issue