/[gnustep]/gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/ReadlineTranscript.h
ViewVC logotype

Contents of /gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/ReadlineTranscript.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Oct 3 16:30:05 2003 UTC (20 years, 7 months ago) by stefanu
Branch: MAIN
CVS Tags: StepTalk-0_10_0, StepTalk-0_9_0, StepTalk-0_9_1, StepTalk-0_8_1, StepTalk-0_8_2, HEAD
File MIME type: text/plain
Added ReadlineTranscript

1 /**
2 ReadlineTranscript.h
3 StepTalk simple transcript
4
5 Copyright (c) 2002 Free Software Foundation
6
7 Written by: Stefan Urbanek <urbanek@host.sk>
8 Date: 2001 Apr 13
9
10 This file is part of the StepTalk project.
11
12 This library is free software; you can redistribute it and/or
13 modify it under the terms of the GNU Lesser General Public
14 License as published by the Free Software Foundation; either
15 version 2 of the License, or (at your option) any later version.
16
17 This library is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public
23 License along with this library; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
26 */
27
28 #import <Foundation/NSObject.h>
29
30 @interface ReadlineTranscript:NSObject
31 + sharedTranscript;
32 - show:(id)anObject;
33 - showLine:(id)anObject;
34 - (NSString*)readLine:(NSString*)prompt;
35 @end

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26