DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦742f2e807⟧ TextFile

    Length: 663 (0x297)
    Types: TextFile
    Names: »README«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/OReilly/Vol4/ch08/README« 

TextFile

xfileinput	get input from file using XtAppAddInput: invoke with 
filename command-line argument.

Note that file input is really not an appropriate use of XtAppAddInput,
because files are defined to be ready for reading even when they don't
have new contents, so the functions registered is called continuously.  

XtAppAddInput is more appropriate for pipe or socket input.

xpipeinput	get input from pipe using XtAppAddInput: specify on 
command-line any program that prints characters to standard out.  For 
example: xpipeinput "cal 10 1989"

xworkproc	uses a work procedure to create a popup widget using idle 
time.

xstdin		gets input from pipe from stdin.