{%mainunit appkit.pas} (* NSUserInterfaceValidation.h Application Kit Copyright (c) 1999-2005, Apple Computer, Inc. All rights reserved. *) {$ifdef HEADER} {$ifndef NSUSERINTERFACEVALIDATION_PAS_H} {$define NSUSERINTERFACEVALIDATION_PAS_H} {$include AppKitDefines.inc} //@protocol NSValidatedUserInterfaceItem //- (SEL)action; //- (int)tag; //@end //@protocol NSUserInterfaceValidations //- (BOOL)validateUserInterfaceItem:(id )anItem; //@end {$endif} {$endif} {$ifdef CLASSES} {$ifndef NSUSERINTERFACEVALIDATION_PAS_C} {$define NSUSERINTERFACEVALIDATION_PAS_C} {$include AppKitDefines.inc} {$endif} {$endif}