mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-23 03:10:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30502 72102866-910b-0410-8b05-ffd578937521
29 lines
No EOL
543 B
Text
29 lines
No EOL
543 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
DBModelerPrefs = {
|
|
Actions = (
|
|
"switchButtonChanged:",
|
|
"checkOnSaveChanged:",
|
|
"addBundle:",
|
|
"removeBundle:"
|
|
);
|
|
Outlets = (
|
|
prefsWindow,
|
|
consistencyCheckOnSave,
|
|
bundlesToLoad,
|
|
addBundleButton,
|
|
check_matrix,
|
|
removeBundleButton
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
FirstResponder = {
|
|
Actions = (
|
|
"addBundle:",
|
|
"checkOnSaveChanged:",
|
|
"removeBundle:",
|
|
"switchButtonChanged:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |