mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {find = id; };
|
|
CLASS = FindDlgController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
mFindButton = NSButton;
|
|
mIgnoreCaseBox = NSButton;
|
|
mSearchBackwardsBox = NSButton;
|
|
mSearchField = NSTextField;
|
|
mWrapAroundBox = NSButton;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
);
|
|
IBVersion = 1;
|
|
} |