lazarus/lcl/interfaces/carbon/pascocoa/appkit/NSSpellProtocol.inc
sekelsenmat 407464a208 carbon: starts adding pascocoa to lazarus svn
git-svn-id: trunk@21526 -
2009-09-01 17:04:27 +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}