You've already forked lazarus-ccr
32 lines
676 B
PHP
32 lines
676 B
PHP
![]() |
{%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 <NSValidatedUserInterfaceItem>)anItem;
|
||
|
//@end
|
||
|
{$endif}
|
||
|
{$endif}
|
||
|
|
||
|
{$ifdef CLASSES}
|
||
|
{$ifndef NSUSERINTERFACEVALIDATION_PAS_C}
|
||
|
{$define NSUSERINTERFACEVALIDATION_PAS_C}
|
||
|
|
||
|
{$include AppKitDefines.inc}
|
||
|
{$endif}
|
||
|
{$endif}
|