You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@487 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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}
|