|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 782 (0x30e) Types: TextFile Names: »scrollText.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦d50751be0⟧ »./gnuchess-1.53.tar.Z« └─⟦8685e0490⟧ └─⟦this⟧ »Xchess/scrollText.h« └─⟦this⟧ »Xchess/scrollText/scrollText.h« └─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/gnu-31mar87/chess/Xchess/scrollText/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 */