mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@37781 72102866-910b-0410-8b05-ffd578937521
29 lines
No EOL
445 B
Text
29 lines
No EOL
445 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"buttonClicked:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCAuxiliaryWindow = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSWindow;
|
|
};
|
|
SaveModifiedFilesDelegate = {
|
|
Actions = (
|
|
"buttonClicked:"
|
|
);
|
|
Outlets = (
|
|
alternateButton,
|
|
defaultButton,
|
|
panel,
|
|
otherButton,
|
|
filesList
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |