Files
cappuccino/Tests/Manual/CPOutlineViewCibTest/main.j
T
cacaodev 72b8ed2faf CPOutlineView: If nil, set outlineTableColumn when the first column is added.
nib2cib: handle indentationPerLevel when the key is not in the xib.
CPoutlineViewCibTest
2011-01-15 00:39:38 +01:00

19 lines
315 B
Plaintext

/*
* AppController.j
* CPOutlineViewCibTest
*
* Created by cacaodev on January 14, 2011.
* Copyright 2011, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}