mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-22 19:01:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@21224 72102866-910b-0410-8b05-ffd578937521
26 lines
No EOL
479 B
Text
26 lines
No EOL
479 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"_connectionsBrowserAction:",
|
|
"_oaBrowserAction:",
|
|
"_popUpAction:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
GDL2ConnectionInspector = {
|
|
Actions = (
|
|
"_connectionsBrowserAction:",
|
|
"_oaBrowserAction:",
|
|
"_popUpAction:"
|
|
);
|
|
Outlets = (
|
|
oaBrowser,
|
|
revertButton,
|
|
okButton,
|
|
popUp,
|
|
connectionsBrowser
|
|
);
|
|
Super = IBInspector;
|
|
};
|
|
} |