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