blob: 67bc2f5e17fdc05e4afdd08ca1c6cd4d2c7e4add (
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 = CopyController;
LANGUAGE = ObjC;
OUTLETS = {
theContentBox = NSBox;
theScrollView = NSScrollView;
theTemplate = DownloadStatusView;
theWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{
CLASS = DownloadStatusView;
LANGUAGE = ObjC;
OUTLETS = {
theButton = NSButton;
theFilename = NSTextField;
theIcon = NSImageView;
theProgressBar = NSProgressIndicator;
};
SUPERCLASS = NSView;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = FlippedBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; },
{
CLASS = NIBConnector;
LANGUAGE = ObjC;
OUTLETS = {
theCopyController = CopyController;
thePreferencesController = PreferencesController;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|