blob: eb82ec74829dc1a3f9df80954ecaf44d935824f0 (
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
|
{
IBClasses = (
{CLASS = DrawView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = KCanvasTestView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{CLASS = MyImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{
ACTIONS = {
browse = id;
jumpToParentDirectory = id;
openSelectionInViewer = id;
openSourceForSelection = id;
openTestViewerForSelection = id;
showCompositeWindow = id;
showTestWindow = id;
showTestsPanel = id;
toggleViewersScaleRule = id;
};
CLASS = TestController;
LANGUAGE = ObjC;
OUTLETS = {
"_compositeImageView" = NSImageView;
"_compositeWindow" = NSWindow;
"_parentDirectoryPopup" = NSPopUpButton;
"_splitView" = TestViewerSplitView;
"_testPanel" = NSPanel;
"_testWindow" = NSWindow;
"_testsArrayController" = NSArrayController;
"_testsTableView" = NSTableView;
};
SUPERCLASS = NSObject;
},
{CLASS = TestViewerSplitView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
);
IBVersion = 1;
}
|