! 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\ ,: XmhIncorporateNewMail() unset() Xmh*commandBox.button2.label: next Xmh*commandBox.button2.translations: #override\ ,: XmhViewNextMessage() unset() Xmh*commandBox.button3.label: prev Xmh*commandBox.button3.translations: #override\ ,: XmhViewPreviousMessage() unset() Xmh*commandBox.button4.label: rmm Xmh*commandBox.button4.translations: #override\ ,: XmhMarkDelete() unset() Xmh*commandBox.button5.label: unmark Xmh*commandBox.button5.translations: #override\ ,: XmhUnmark() unset() Xmh*commandBox.button6.label: commit Xmh*commandBox.button6.translations: #override\ ,: XmhCommitChanges() unset() Xmh*commandBox.button7.label: repl Xmh*commandBox.button7.translations: #override\ ,: XmhReply() unset() Xmh*commandBox.button8.label: forw Xmh*commandBox.button8.translations: #override\ ,: XmhForward() unset() Xmh*commandBox.button9.label: pr Xmh*commandBox.button9.translations: #override\ ,: XmhPrint() unset() Xmh*commandBox.button10.label: scan Xmh*commandBox.button10.translations: #override\ ,: XmhForceRescan() unset() Xmh*commandBox.button11.label: comp Xmh*commandBox.button11.translations: #override\ ,: XmhComposeMessage() unset() Xmh*commandBox.button12.label: quit Xmh*commandBox.button12.translations: #override\ ,: XmhClose() unset()