Files
lazarus-ccr/bindings/pascocoa/appkit/NSNibDeclarations.inc
sekelsenmat fa69e42d57 Improves Cocoa bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@574 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-29 00:47:50 +00:00

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}