
!	Examples of customizing xmh with resource specifications.
!	These can be copied to your private X resource file or to
!	a private Xmh application defaults file.



!	To create command buttons in the middle of the main window:

Xmh*CommandButtonCount:		12

Xmh*commandBox.button1.label:	inc
Xmh*commandBox.button1.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhIncorporateNewMail() unset()

Xmh*commandBox.button2.label:	next
Xmh*commandBox.button2.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhViewNextMessage() unset()

Xmh*commandBox.button3.label:	prev
Xmh*commandBox.button3.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhViewPreviousMessage() unset()

Xmh*commandBox.button4.label:	rmm
Xmh*commandBox.button4.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhMarkDelete() unset()

Xmh*commandBox.button5.label:	unmark
Xmh*commandBox.button5.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhUnmark() unset()

Xmh*commandBox.button6.label:	commit
Xmh*commandBox.button6.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhCommitChanges() unset()

Xmh*commandBox.button7.label:	repl
Xmh*commandBox.button7.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhReply() unset()

Xmh*commandBox.button8.label:	forw
Xmh*commandBox.button8.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhForward() unset()

Xmh*commandBox.button9.label:	pr
Xmh*commandBox.button9.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhPrint() unset()

Xmh*commandBox.button10.label:	scan
Xmh*commandBox.button10.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhForceRescan() unset()

Xmh*commandBox.button11.label:	comp
Xmh*commandBox.button11.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhComposeMessage() unset()

Xmh*commandBox.button12.label:	quit
Xmh*commandBox.button12.translations: #override\
	<Btn1Down>,<Btn1Up>: XmhClose() unset()
