mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
22 lines
754 B
Plaintext
22 lines
754 B
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
CLASS = BookmarkInfoController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
mDescriptionField = NSTextField;
|
|
mDescriptionLabel = NSTextField;
|
|
mKeywordField = NSTextField;
|
|
mKeywordLabel = NSTextField;
|
|
mLocationField = NSTextField;
|
|
mLocationLabel = NSTextField;
|
|
mNameField = NSTextField;
|
|
mNameLabel = NSTextField;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{CLASS = BookmarkItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
);
|
|
IBVersion = 1;
|
|
} |