swick@ATHENA.MIT.EDU (Ralph R. Swick) (07/20/88)
Read section 12.2 more carefully. There was a time when translation
tables were arrays of strings, but not since R2:
***************
*** 22,31 ****
formatted according to Xtoolkit Intrinsics X11r2 p. 91
*/
! static String myTranslations[] = {
"<Btn2Down>: hello() \n \
! <Btn2Up>: hello() "
! };
/*
My simple void function
--- 22,30 ----
formatted according to Xtoolkit Intrinsics X11r2 p. 91
*/
! static String myTranslations =
"<Btn2Down>: hello() \n \
! <Btn2Up>: hello() ";
/*
My simple void function