! [name*]resource: value #define FONT1 -b&h-lucidatypewriter-bold-r-normal-sans-12-120-75-75-m-70-iso8859-1 #define FONT2 -adobe-helvetica-bold-r-normal--14-*-*-*-*-*-iso8859-* #define FONT3 -adobe-helvetica-medium-r-normal--24-240-75-75-p-130-iso10646-1 #define FONT4 -adobe-new century schoolbook-medium-r-normal--18-180-75-75-p-103-iso8859-1 #define FONT5 -adobe-times-bold-i-normal--24-240-75-75-p-128-iso8859-14 #define FONT6 -adobe-times-bold-r-normal--18-180-75-75-p-99-iso8859-1 #define FONT7 -b&h-lucida-bold-r-normal-sans-18-180-75-75-p-120-iso8859-1 #define FONT8 lucidasans-bold-18 cube-motif*directory: /home/cubeman/prog/cube-motif/q ! this line overrides all other font settings !cube-motif*fontList: -b&h-lucida-bold-r-normal-sans-18-180-75-75-p-120-iso8859-1 !cube-motif*fontList: lucidasans-bold-18 ! For 800x600 use lucidasans-14 instead cube-motif*fontList: lucidasans-18 !cube-motif*buttonFontList: -adobe-helvetica-bold-r-normal--14-*-*-*-*-*-iso8859-* ! this sets the font for all the text fields for load or save !cube-motif*textFontList: lucidasan-bold-18 !cube-motif*labelFontList: *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1 ! Only sets the text colour in Selection field !cube-motif*Text.background: red !cube-motif*Text.foreground: blue ! Only sets the text colour in Filter and Selection fields ! selecting text uses foreground colour !cube-motif*XmTextField.background: green !cube-motif*XmTextField.foreground: purple !cube-motif*XmFileSelectionBox.background: red !cube-motif*XmScrollBar.background: yellow !cube-motif*XmScrolledWindow.background: pink !cube-motif*XmPushButtonGadget.background: orange !cube-motif*XmPushButtonGadget.foreground: darkgreen !cube-motif*Help*XmPushButtonGadget.background: orange ! Makes all buttons (OK, Filter and Cancel) highlight in purple cube-motif*XmPushButtonGadget.highlightColor: purple ! Make the background of all buttons under File red !cube-motif*File*XmPushButtonGadget.background: red !cube-motif*Moves*XmPushButtonGadget.background: red ! Make the background for only Moves purple cube-motif*Moves.foreground: purple !cube-motif*Help.foreground: red cube-motif*background: white cube-motif*foreground: black !cube_motif*fontList: -adobe-helvetica-bold-r-normal--14-*-*-*-*-*-iso8859-* !*fontList:-adobe-helvetica-medium-r-normal-*-16-*-*-*-*-*-* cube-motif*highlightColor: green cube-motif*dirListLabelString:Directories cube-motif*fileListLabelString:Cube Files cube-motif*filterLabelString:Filter cube-motif*okLabelString:OK cube-motif*cancelLabelString:Cancel cube-motif*selectionLabelString:Selection *XmFileSelectionBox.pathMode: XmPATH_MODE_RELATIVE cube-motif*title:cube_motif 1.3 cube-motif*noMatchString:No files !cube-motif*scrollBarDisplayPolicy:XmAS_NEEDED !cube-motif*scrollBarPlacement:XmTOP_LEFT cube-motif*scrollBarPlacement:XmBOTTOM_RIGHT ! set fontlist for File Help About button to rk14 !cube-motif.main_window.main_list.popup_File.Help.About.fontList: rk14 ! set highlightColor for output text window yellow !cube-motif.message_popup.message.text_outSW.text_out.highlightColor: yellow ! set output text as editable (no effect as it is hard-coded) !.cube_motif.message_popup.message.text_outSW.text_out.editable: yes ! set output text window's background colour to yellow !.cube_motif.message_popup.message.text_outSW.text_out.background: yellow ! set help about button label as gerbil !.cube_motif.main_window.main_list.popup_File.Help.About.labelString: gerbil ! set help dialog message string (no effect as it is hard coded) !.cube_motif.help-dialog_popup.help-dialog.Message.labelString: blah blah blah ! Set all buttons to be the same size *minimizeButtons:False ! Sets all text direction L_TO_R or R_TO_L *stringDirection:XmSTRING_DIRECTION_L_TO_R !*topShadowColor: black *noResize: False *resizePolicy: XmRESIZE_GROW !*borderWidth: 2 ! Sets position of initial window only !*x: 50 !*y: 50 *blinkRate: 0 !Cursors: hand2, question_arrow, X_cursor !cube-motif*Cursor: hand2 ! using defaultVirtualBindings unmaps everything in .motifbind so do not use it !*defaultVirtualBindings: \ !osfBackSpace : BackSpace, Ctrlh \n\ ! man XmTextField for more info *XmTextField.translations: #override\n\ Ctrl f: forward-character()\n\ Ctrl b: backward-character()\n\ Ctrl d: delete-previous-character()\n\ Ctrl e: end-of-line()\n\ Ctrl m: activate()\n\ Ctrl u: delete-to-start-of-line()\n\ Ctrl p: copy-primary()\n\ (2+): activate()