ccarlen%netscape.com 351b3786bc Bug 200118 - Allow Cocoa embedding sample to build from the command line, including in obj dir builds. r=pinkerton/sr=bryner. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@140716 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-04 21:24:56 +00:00

39 lines
1.4 KiB
Plaintext

{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = "java.lang.Object"; LANGUAGE = Java; },
{
ACTIONS = {hitButton1 = id; hitButton2 = id; hitButton3 = id; };
CLASS = nsAlertController;
LANGUAGE = ObjC;
OUTLETS = {
alertCheckPanel = id;
alertCheckPanelCheck = id;
alertCheckPanelText = id;
alertPanel = id;
alertPanelText = id;
confirmCheckPanel = id;
confirmCheckPanelCheck = id;
confirmCheckPanelText = id;
confirmPanel = id;
confirmPanelText = id;
owner = id;
passwordPanel = id;
passwordPanelCheck = id;
passwordPanelInput = id;
passwordPanelText = id;
promptPanel = id;
promptPanelCheck = id;
promptPanelInput = id;
promptPanelText = id;
usernamePanel = id;
usernamePanelCheck = id;
usernamePanelPassword = id;
usernamePanelText = id;
usernamePanelUserName = id;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}