Files
lazarus-ccr/bindings/pascocoa/appkit/NSNibDeclarations.inc

32 lines
500 B
PHP
Raw Normal View History

{%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}