Files
cappuccino/Tests/Manual/CPOutlineViewViewBasedCibTest/main.j
T
cacaodev a41ff7f2d0 TableView Example: fix row selection after drop
make editable textfield bordered

Finished CPOutlineView view-based. With example
2012-04-13 09:19:36 +02:00

19 lines
317 B
Plaintext

/*
* AppController.j
* CPOutlineViewViewBasedCibTest
*
* Created by You on April 11, 2012.
* Copyright 2012, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}