Files
lazarus-ccr/bindings/pascocoa/appkit/NSSpellProtocol.inc
sekelsenmat 9bd67d8d40 Improves Cocoa bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@488 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-24 02:01:19 +00:00

22 lines
395 B
PHP

{%mainunit appkit.pas}
(*
NSSpellProtocol.h
Application Kit
Copyright (c) 1990-2005, Apple Computer, Inc.
All rights reserved.
*)
{$ifdef HEADER}
{$ifndef NSSPELLPROTOCOL_PAS_H}
{$define NSSPELLPROTOCOL_PAS_H}
//@protocol NSChangeSpelling
//- (void)changeSpelling:(id)sender;
//@end
//@protocol NSIgnoreMisspelledWords
//- (void)ignoreSpelling:(id)sender;
//@end
{$endif}
{$endif}