mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 01:48:19 +02:00
22 lines
395 B
PHP
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}
|