head	1.2;
access;
symbols
	RELENG_2_1_6_1_RELEASE:1.1.1.1.8.1
	RELENG_2_1_6_RELEASE:1.1.1.1.8.1
	RELENG_2_1_5_RELEASE:1.1.1.1.8.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.8
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.6
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.4
	MOVED_NEWCVS:1.1.1.1
	FINAL_1_1_5:1.1.1.1
	ALPHA_1_1_5:1.1.1.1
	FINAL_1_1:1.1.1.1
	GAMMA_1_1:1.1.1.1
	BETA_1_1:1.1.1.1.0.2
	BP_BETA_1_1:1.1.1.1
	FINAL_1_0:1.1.1.1
	EPSILON_1_0:1.1.1.1
	GAMMA_1_0:1.1.1.1;
locks; strict;
comment	@# @;


1.2
date	97.07.13.14.15.56;	author peter;	state dead;
branches;
next	1.1;

1.1
date	93.06.12.14.41.06;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.06.12.14.41.07;	author rgrimes;	state Exp;
branches
	1.1.1.1.8.1;
next	1.1.1.2;

1.1.1.2
date	95.12.30.18.35.25;	author peter;	state dead;
branches;
next	;

1.1.1.1.8.1
date	96.05.29.22.28.58;	author jkh;	state dead;
branches;
next	;


desc
@@


1.2
log
@kill the undead
@
text
@Subject: File: scrollText.h

/*
 * Scrollable Text Window Header File
 *
 * David Harrison
 * University of California,  Berkeley
 * 1986
 *
 * This file contains definitions for a scrollable text window
 * with scroll bar support.
 */

int TxtGrab();
   /* Take hold of a previously created window */

#define TXT_NO_COLOR	-1

int TxtAddFont();
   /* Loads a new font for use later */
int TxtWinP();
   /* Returns non-zero value if the window is text window */
int TxtClear();
   /* Clears text window and resets text buffer */

int TxtWriteStr();
   /* Writes a string to window with immediate update */
int TxtJamStr();
   /* Write a string without causing update to screen */

int TxtRepaint();
   /* Repaints entire scrollable text window */
int TxtFilter();
   /* Handles events related to text window */
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import, 0.1 + pk 0.2.4-B1
@
text
@@


1.1.1.1.8.1
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@@


1.1.1.2
log
@recording cvs-1.6 file death
@
text
@@
