mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
This PR adds a new feature for CPControl. Now when leaving the control, the userInfo of the notification CPTextDidEndEditingNotification contains the last movements of the control as in COCOA Test app in Tests/Manual/CPTextFieldMovementsTest
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
/*
|
|
* AppController.j
|
|
* CPTextFieldMovementsTest
|
|
*
|
|
* Created by Alexandre Wilhelm on October 29, 2013.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|