Key view loop enhancements...

- Nested views are now handled recursively as they are in Cocoa.
- Added a nested view test in the test app.
This commit is contained in:
Aparajita Fishman
2013-01-10 21:49:54 +07:00
parent af2e0348c1
commit b59f96d238
4 changed files with 721 additions and 75 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
{
var field = [CPTextField textFieldWithStringValue:@"" placeholder:@"" width:96];
[field setFrameOrigin:CGPointMake(43, 135)];
[field setFrameOrigin:CGPointMake(20, 120)];
[[self contentView] addSubview:field];
[sender setEnabled:NO];