You've already forked lazarus-ccr
32 lines
500 B
PHP
32 lines
500 B
PHP
![]() |
{%mainunit appkit.pas}
|
||
|
(*
|
||
|
NSNibDeclarations.h
|
||
|
Application Kit
|
||
|
Copyright (c) 1996-2005, Apple Computer, Inc.
|
||
|
All rights reserved.
|
||
|
*)
|
||
|
|
||
|
{$ifdef HEADER}
|
||
|
{$ifndef NSNIBDECLARATIONS_PAS_H}
|
||
|
{$define NSNIBDECLARATIONS_PAS_H}
|
||
|
|
||
|
{.$endif}
|
||
|
{.$endif}
|
||
|
type
|
||
|
{$define IBOutlet}
|
||
|
IBAction = procedure;
|
||
|
{.$endif}
|
||
|
{.$endif}
|
||
|
|
||
|
{$endif}
|
||
|
{$endif}
|
||
|
|
||
|
{$ifdef CLASSES}
|
||
|
{$ifndef NSNIBDECLARATIONS_PAS_C}
|
||
|
{$define NSNIBDECLARATIONS_PAS_C}
|
||
|
|
||
|
{.$endif}
|
||
|
{.$endif}
|
||
|
{$endif}
|
||
|
{$endif}
|