*title: Unicode Character Map

*showGrip: false

! This really needs to be a Unicode font
*grid.font: -gnu-unifont-medium-r-normal--16-*-*-*-p-*-iso10646-1
*grid.internalPad: 6
*grid.gridColor: red
*grid.cursorName: left_ptr

! Buttons
*quit.Label: Quit
*quit.foreground: red
*prev.Label: Previous
*next.Label: Next
*clear.Label: Clear Selection
*clear.foreground: blue
! translations for the buttons are defaulted in the source

*form.label.borderWidth: 0
*form.box.borderWidth: 0

*viewport.vertical.thickness: 14

! Keyboard shortcuts
*Translations: #override \n\
<Key>q: Quit()\n\
<Key>n: Next()\n\
<Key>f: Next()\n\
<Key>Right: Next()\n\
<Key>Down: Next()\n\
<Key>Next: Next()\n\
<Key>p: Prev()\n\
<Key>b: Prev()\n\
<Key>Left: Prev()\n\
<Key>Up: Prev()\n\
<Key>Prior: Prev()\n\
<Key>Delete: Clear()\n\
<Key>BackSpace: Clear()

*form.background: LightGray
*form.box.background: LightGray
*form.label.background: LightGray
*vertical.background: LightGray

! For Xaw3d
*beNiceToColormap: False

! For neXtaw
*vertical.DrawArrows: False
