blob: 76a7d6cdc5a4682dd10e5dba65fd0ec5872a0c2f (
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
39
40
41
42
43
44
45
46
47
48
49
50
|
{
IBClasses = (
{
ACTIONS = {
addFiles = id;
addGroup = id;
removeGroup = id;
showInspectorWindow = id;
showMainWindow = id;
};
CLASS = ApplicationController;
LANGUAGE = ObjC;
OUTLETS = {
fileDelegate = FileTableDelegate;
fileTableView = NSTableView;
groupDelegate = GroupTableDelegate;
groupOutlineView = NSOutlineView;
inspectorWindow = NSWindow;
mainWindow = NSWindow;
openMenuItem = NSMenuItem;
showInspectorWindowMenuItem = NSMenuItem;
showMainWindowMenuItem = NSMenuItem;
thePanelController = LoadPanelController;
thePreferenceController = PreferenceController;
};
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NIBConnector;
LANGUAGE = ObjC;
OUTLETS = {thePreferencesController = PreferencesController; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {applyChanges = id; selectDownloadDirectory = id; toggleNetworkEnabled = id; };
CLASS = PreferencesController;
LANGUAGE = ObjC;
OUTLETS = {
theDownloadField = NSTextField;
theHostnameField = NSTextField;
theHostnameFieldDescription = NSTextField;
theNetworkEnabledButton = NSButton;
theWindow = NSWindow;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|