pinkerton%netscape.com c7c52ea1cc make find panel more consistent with other cocoa apps (bug 160771)
git-svn-id: svn://10.0.0.236/trunk@149256 18797224-902f-48f8-a5cc-f745e15eee43
2003-11-13 18:21:02 +00:00

19 lines
624 B
Plaintext

{
IBClasses = (
{
ACTIONS = {findNextAndOrderOut = id; findNextButton = id; findPreviousButton = id; };
CLASS = FindDlgController;
LANGUAGE = ObjC;
OUTLETS = {
mFindNextButton = NSButton;
mFindPrevButton = NSButton;
mIgnoreCaseBox = NSButton;
mSearchField = NSTextField;
mWrapAroundBox = NSButton;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
}