blob: 5cbffd39442b46e2cdcde37d99b8d52faa61ba96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = HFSCodeFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
{
ACTIONS = {
setApplication = id;
setFilename = id;
setHFSCreatorField = id;
setHFSTypeField = id;
setIcon = id;
setType = id;
};
CLASS = InspectorViewController;
LANGUAGE = ObjC;
OUTLETS = {
hfsCreatorField = NSTextField;
hfsTypeField = NSTextField;
iconView = NSImageView;
pathField = NSTextField;
theApplicationButton = NSPopUpButton;
theFileTabView = NSView;
theFilenameField = NSTextField;
theHFSTabView = NSView;
theTypeField = NSTextField;
};
SUPERCLASS = NSObject;
},
{
CLASS = LiBuiltInFunctions;
LANGUAGE = ObjC;
OUTLETS = {theController = InspectorViewController; };
SUPERCLASS = NSObject;
},
{CLASS = LiImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }
);
IBVersion = 1;
}
|