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

⟦589ded17e⟧ TextFile

    Length: 357 (0x165)
    Types: TextFile
    Names: »XWhichbutton«

Derivation

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

TextFile

*trial.label:  Press Any Button
*trial*accelerators: #augment\n\
	<KeyPress>A: 	set() actionA()\n\
	<KeyPress>B: 	set() actionB()\n\
	<KeyPress>C: 	set() actionC()
*trial*translations: #override\n\
	<Btn1Down>:	set()\n\
	<Btn2Down>:	set()\n\
	<Btn3Down>:	set()\n\
	<Btn1Up>:	actionA() unset()\n\
	<Btn2Up>:	actionB() unset()\n\
	<Btn3Up>:	actionC() unset()