apple:cocoa:start
Inhaltsverzeichnis
Cocoa
Cocoa ist das Standard-Framework von Apple für Programme für MacOS X.
NSTextField
// Set string to NSTextField [theTextField setStringValue:@"Hello World!"]; // Get string from NSTextField NSString *myString = [theTextField stringValue];
Links
apple/cocoa/start.txt · Zuletzt geändert: 2015-03-09 13:45 von a.kamola