May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSUserInterfaceValidations — Mac OS X 10.0
This protocol, in conjunction with
NSValidatedUserInterfaceItem, declares methods
that classes implement to provide user interface object validation.
This protocol declares the single method
validateUserInterfaceItem:, which enables or
disables interface objects based on the return value.
@protocol NSUserInterfaceValidations
|
// Instance Methods
|
- (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem; |
@end |
Read now
Unlock full access