!
! $Id: Select-push,v 1.3 1997/02/08 06:04:58 lister Exp $
!
*mw.gridType:		grid_row_shadow
*mw.cellShadowThickness: 2
*mw.cell
*mw.rows:		10
*mw.columns:		10
*mw.visibleRows:	5
*mw.visibleColumns:	5
*mw.fixedRows: 1
*mw.fixedColumns: 1
*mw.trailingFixedRows: 1
*mw.trailingFixedColumns: 1
*mw.columnWidths:	8, 8, 8, 8, 8, 8, \
			8, 8, 8, 8, 8, 8
*mw.columnLabels:	Zero, One, Two, Three, Four, \
			Five, Six, Seven, Eight, Nine
*mw.rowLabels:		0, 1, 2, 3, 4, 5, 6, 7, 8, 9

*mw.translations:	#replace\n\
		Shift<Btn1Down>	:   	SelectCell(edit)\n\
		<Btn1Down>	:	SelectCell(select) actButton1Down()\n\
		<Btn1Motion>	:	actButton1Motion()\n\
		<Btn1Up>	:	actButton1Up()\n\
		<LeaveWindow>	:	actLeave()\n\
		<EnterWindow>	:	actEnter()
*mw*XbaeClip.translations:	#replace\n\
		Shift<Btn1Down>	:   	SelectCell(edit)\n\
		<Btn1Down>	:	SelectCell(select) actButton1Down()\n\
		<Btn1Motion>	:	actButton1Motion()\n\
		<Btn1Up>	:	actButton1Up()\n\
		<LeaveWindow>	:	actLeave()\n\
		<EnterWindow>	:	actEnter()
