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