### Begin resources for sgraphMotif ### ### Updated: Wed Jun 26 11:50:00 PDT 1996 !# @(#)Xm_dev.adp version 3.31 created 12/27/95 !# @(#)Copyright (c), 1987, 1995 StatSci, Inc. All rights reserved. !# !# This file contains the defaults for the S-PLUS Motif applications. !# !# If you change any of these values, they will be available to anyone on !# your system, although any user can override them. !# !# This resource must exist to allow you to start the S-PLUS motif device sgraphMotif.resourcesExist : True !# !# Generic resources !# .bitmapFilePath: $SHOME/splus/lib/X11:/usr/include/X11/bitmaps !# !# Width and height of drawing region in pixels sgraphMotif*canvas.width : 800 sgraphMotif*canvas.height : 632 !# !# Fractional size fo graphics window copies sgraphMotif*copyScale : .5 !# !# Fonts !# !# Note the use of "*" for a wildcard here. These will not work with release 2 !# of the X11 server. Please not that the UNIX command "xlsfonts" lists all !# the fonts available on your display. sgraphMotif*fonts : \ *-times-medium-r-*-*-8-* \ *-times-medium-r-*-*-10-* \ *-times-medium-r-*-*-12-* \ *-times-medium-r-*-*-14-* \ *-times-medium-r-*-*-18-* \ *-times-medium-r-*-*-24-* !# !# defaultFont : use font[n] when cex=1 (n starts at 0) sgraphMotif*defaultFont : 3 !# !# Color Schemes !# You can create your own color schemes, but remember to comment out the !# lines of the current color scheme before you add your own lines. !# !# Sub-resources (name, lines, text, etc.) must be separated by semicolons (;). !# Different color names must be separated by newlines (\n). !# sgraphMotif*defaultColorScheme : 2 sgraphMotif*colorSchemes : \ name : "Black on White"; \ background: white; \ lines: black; \ text: black; \ polygons: black h5 white; \ images: white h16 black\n\ name : "White on Black"; \ background: black; \ lines: white; \ text: white; \ polygons: white h5 black; \ images: black h16 white\n\ name: "Cyan to Red"; \ background: black; \ lines: yellow cyan magenta green MediumBlue red; \ text: yellow cyan magenta green MediumBlue red; \ polygons: yellow cyan magenta green blue red; \ images: red 20 cyan\n\ name: "Heat A"; \ background: black; \ lines: yellow cyan magenta green MediumBlue red; \ text: yellow cyan magenta green MediumBlue red; \ polygons: yellow cyan magenta green blue red; \ images: black 10 blue 10 magenta 10 red 5 yellow 5 white\n\ name: "Heat B"; \ background: black; \ lines: yellow cyan magenta green MediumBlue red; \ text: yellow cyan magenta green MediumBlue red; \ polygons: yellow cyan magenta green blue red; \ images: black 5 blue 5 cyan 10 green 10 yellow 10 white\n\ name: "Visible Light"; \ background: black; \ lines: yellow cyan magenta green MediumBlue red; \ text: yellow cyan magenta green MediumBlue red; \ polygons: yellow cyan magenta green blue red; \ images: red 8 yellow 8 green 8 cyan 8 blue 8 magenta\n\ name: "Topographic"; \ background: black; \ lines: yellow cyan magenta green MediumBlue red; \ text: yellow cyan magenta green MediumBlue red; \ polygons: yellow cyan magenta green blue red; \ images: navy 1 DarkGreen 15 yellow 18 brown 4 white !# !# !# Color Scheme Editor Window Resources !# sgraphMotif*colorSchemeOptionsForm.dialogTitle : S-PLUS Color Scheme Editor sgraphMotif*colorSchemeAvailableList.visibleItemCount : 5 sgraphMotif*colorSchemeAvailableLabel.labelString : Available Color Schemes sgraphMotif*colorSchemeCreateNew.labelString : Create New Color Scheme sgraphMotif*XmList.selectionPolicy : SINGLE_SELECT sgraphMotif*colorSchemeAttributesLabel.labelString : Color Scheme Specifications sgraphMotif*colorSchemeNameLabel.labelString : Name sgraphMotif*colorSchemeBackgroundLabel.labelString : Background sgraphMotif*colorSchemeLinesLabel.labelString : Lines sgraphMotif*colorSchemeTextLabel.labelString : Text sgraphMotif*colorSchemePolygonsLabel.labelString : Polygons sgraphMotif*colorSchemeImagesLabel.labelString : Images sgraphMotif*colorSchemeButtonRow.packing : PACK_COLUMN sgraphMotif*colorSchemeButtonRow.orientation : HORIZONTAL sgraphMotif*colorSchemeButtonRow.adjustMargin : False sgraphMotif*colorSchemeButtonRow.adjustLast : False sgraphMotif*colorSchemeButtonRow.entryAlignment : ALIGNMENT_CENTER sgraphMotif*colorSchemeApply.labelString : Apply sgraphMotif*colorSchemeReset.labelString : Reset sgraphMotif*colorSchemeSave.labelString : Save sgraphMotif*colorSchemeClose.labelString : Close sgraphMotif*colorSchemeHelp.labelString : Help sgraphMotif*colorSchemeMessage.editType : MULTI_LINE_EDIT sgraphMotif*colorSchemeMessage.editable : False sgraphMotif*colorSchemeMessage.cursorPositionVisible : False sgraphMotif*colorSchemeMessage.resizeHeight : True sgraphMotif*colorSchemeMessage.wordWrap : True sgraphMotif*colorSchemeMessage.rows : 2 sgraphMotif*colorSchemeMessage.value : \040\n\040 sgraphMotif*XmDialogShell.XmForm.resizePolicy: RESIZE_GROW !# !# Printing Options Window Resources !# sgraphMotif*printOrientFrame*resizable : False sgraphMotif*printMethodLabel.labelString : Method sgraphMotif*printMethodPostscript.labelString : PostScript sgraphMotif*printMethodLaserjet.labelString : LaserJet sgraphMotif*printOrientLabel.labelString : Orientation sgraphMotif*printOrientLandscape.labelString : Landscape sgraphMotif*printOrientPortrait.labelString : Portrait sgraphMotif*printPostscriptCommandLabel.labelString : Command sgraphMotif*printLaserjetCommandLabel.labelString : Command sgraphMotif*printLaserjetResLabel.labelString : Resolution sgraphMotif*printLaserjetResRadioBox.numColumns : 2 sgraphMotif*printLaserjetRes75.labelString : 75 dpi sgraphMotif*printLaserjetRes100.labelString : 100 dpi sgraphMotif*printLaserjetRes150.labelString : 150 dpi sgraphMotif*printLaserjetRes300.labelString : 300 dpi sgraphMotif*printOptionsForm.dialogTitle : S-PLUS Graph Printing Options sgraphMotif*printButtonRow.packing : PACK_COLUMN sgraphMotif*printButtonRow.orientation : HORIZONTAL sgraphMotif*printButtonRow.adjustMargin : False sgraphMotif*printButtonRow.adjustLast : False sgraphMotif*printButtonRow.entryAlignment : ALIGNMENT_CENTER sgraphMotif*printApply.labelString : Apply sgraphMotif*printReset.labelString : Reset sgraphMotif*printApplyAndPrint.labelString : Print sgraphMotif*printSave.labelString : Save sgraphMotif*printClose.labelString : Close sgraphMotif*printHelp.labelString : Help sgraphMotif*printMessage.editType : MULTI_LINE_EDIT sgraphMotif*printMessage.editable : False sgraphMotif*printMessage.cursorPositionVisible : False sgraphMotif*printMessage.resizeHeight : True sgraphMotif*printMessage.wordWrap : True sgraphMotif*printMessage.rows : 2 sgraphMotif*printMessage.value : \040\n\040 !# !# Menu resources !# sgraphMotif*help.labelString : Help sgraphMotif*help.mnemonic : H sgraphMotif*graph.labelString : Graph sgraphMotif*graph.mnemonic : G sgraphMotif*redrawGraph.labelString : Redraw sgraphMotif*redrawGraph.mnemonic : R sgraphMotif*copyGraph.labelString : Copy sgraphMotif*copyGraph.mnemonic : C sgraphMotif*printGraph.labelString : Print sgraphMotif*printGraph.mnemonic : P sgraphMotif*deleteGraph.labelString : Delete sgraphMotif*deleteGraph.mnemonic : D sgraphMotif*options.labelString : Options sgraphMotif*options.mnemonic : O sgraphMotif*colorSchemeOptions.labelString : Color Scheme... sgraphMotif*colorSchemeOptions.mnemonic : o sgraphMotif*printOptions.labelString : Printing... sgraphMotif*printOptions.mnemonic : r !# !# Window Title !# sgraphMotif*title : S-PLUS !# !# Icon resources !# sgraphMotif*iconName : S-PLUS sgraphMotif*iconic : False !# !# Window manager close dialog !# sgraphMotif*wmQuitWarningDialog.messageString : \ You should quit the motif graphics device with the S-PLUS function dev.off(). sgraphMotif*wmQuitWarningDialog.cancelLabelString : Quit Anyway !# !# Programming error dialog !# sgraphMotif*programmingErrorDialog.messageString : \ Programming Error!!!\n\ Please report this error to your S-PLUS administrator or directly to Statsci:\n !# !# Misc general resources !# sgraphMotif*message.editable : False sgraphMotif*message.cursorPositionVisible : False sgraphMotif*BlinkRate : 0 sgraphMotif*allowShellResize: True !# !# Traversal resources !# sgraphMotif*XmLabelGadget.traversalOn : False sgraphMotif*XmToggleButtonGadget.traversalOn : True sgraphMotif*XmText.traversalOn : True sgraphMotif*colorSchemeApply.traversalOn : True sgraphMotif*printMessage.traversalOn : False sgraphMotif*colorSchemeMessage.traversalOn : False sgraphMotif*printMethodLaserjet.traversalOn : True !# !# Help windows !# !# Text for the main window !# sgraphMotif*help*helpWindow.messageString : \ S-PLUS Motif Graphics Device\n\ \n\ This window displays graphics produced by S-PLUS plotting functions.\n\ \n\ To redraw the graph, select "Redraw" in the Graph menu.\n\ To copy the graph to a new window, select "Copy" in the Graph menu.\n\ To send the graph to the printer, select "Print" in the Graph menu.\n\ To remove a copied graph window, select "Delete" in the Graph menu.\n\ (You cannot remove the main graph window)\n\ \n\ To change the colors used in the graph, select "Color Scheme..."\n\ from the Options menu.\n\ To change printing characteristics, select "Printing..."\n\ from the Options menu.\n\ (Note that there is no Options menu on a graph copy.)\n\ \n\ For more information, type :\n\ \n\ help(motif)\n\ \n\ on the S-PLUS command line. !# !# Text for the print options window !# sgraphMotif*printHelp*helpWindow.messageString : \ S-PLUS Motif Graphics Device Printing Options\n\ \n\ Select the type of printer in the "Method" toggle button box.\n\ (Note that a selected toggle button looks pressed-in, i.e., darker than\n\ an unselected toggle button. Only one button may be selected at a time.)\n\ Select the desired orientation of the graph on the printed page with the\n\ "Orientation" toggle button box.\n\ Edit the command to be used to print the graph in the "Command" dialog box.\n\ (A temporary file containing the graph will be given as the argument to this\n\ UNIX command).\n\ For LaserJet printing, select the resolution, messured in dots per inch,\n\ in the "Resolution" toggle button box.\n\ \n\ Selecting the "Apply" button puts the changes you made into effect until\n\ you either remove the graphics device (with dev.off) or quit from S-PLUS.\n\ "Reset" sets all un-applied options back to their original (or last-applied)\n\ state.\n\ "Print" applies changes (as per Apply) and sends the graph displayed in the\n\ main window to the printer.\n\ "Save" stores the settings so they will be implemented\n\ automatically whenever you use the Motif Graphics Device on this system.\n\ "Close" removes the Printing Options window from the screen. !# !# Text for the color scheme editor window !# sgraphMotif*colorSchemeHelp*helpWindow.messageString : \ S-PLUS Motif Graphics Device Color Scheme Editor\n\ \n\ Select a color scheme to edit and/or apply (to the main window) with the\n\ "Available Color Schemes" scrolling list (in the upper left-hand corner of\n\ the window). If you want to make a new color scheme from scratch, select the\n\ "Create New Color Scheme" button.\n\ \n\ The specifications of the currently selected color scheme will appear in the\n\ row of dialog boxes on the right-hand side of the window; each dialog box\n\ (other than the "Name") represents one catagory of graphical elements.\n\ Edit the text in these dialogs to modify the color schemes corresponding\n\ to these catagories.\n\ \n\ Selecting the "Apply" button puts the currently selected color scheme into\n\ effect in the main window, as well as storing changes made to other color\n\ schemes. These changes remain in effect until you either remove the\n\ graphics device (with dev.off) or quit from S-PLUS.\n\ "Reset" sets all un-applied color schemes back to their original (or \n\ last-applied) state.\n\ "Save" stores the color schemes so they will be available\n\ automatically whenever you use the Motif Graphics Device on this system.\n\ "Close" removes the Color Scheme Editor window from the screen. !# sgraphMotif*helpWindow.okLabelString : Close !# !# Layout resources. !# sgraphMotif*borderWidth : 0 sgraphMotif*printOptionsForm.verticalSpacing : 3 sgraphMotif*printOptionsForm.horizontalSpacing : 3 sgraphMotif*printLaserjetResFrame.leftOffset : 3 sgraphMotif*colorSchemeOptionsForm.verticalSpacing : 3 sgraphMotif*colorSchemeOptionsForm.horizontalSpacing : 3 sgraphMotif*colorSchemeWorkAreaForm.verticalSpacing : 3 sgraphMotif*colorSchemeWorkAreaForm.horizontalSpacing : 3 sgraphMotif*colorSchemeAvailableForm.verticalSpacing : 3 sgraphMotif*colorSchemeAvailableForm.horizontalSpacing : 3 sgraphMotif*colorSchemeAvailableListSW.leftOffset : 30 sgraphMotif*colorSchemeAttributesForm.verticalSpacing : 3 sgraphMotif*colorSchemeAttributesForm.horizontalSpacing : 3 sgraphMotif*colorSchemeNameLabel.rightPosition : 18 sgraphMotif*colorSchemeBackgroundLabel.rightPosition : 18 sgraphMotif*colorSchemeLinesLabel.rightPosition : 18 sgraphMotif*colorSchemeTextLabel.rightPosition : 18 sgraphMotif*colorSchemePolygonsLabel.rightPosition : 18 sgraphMotif*colorSchemeImagesLabel.rightPosition : 18 !# !# Changing the following layout resource is not recommended. !# sgraphMotif*printOptionsForm.allowOverlap : False sgraphMotif*printMethodLabel.topAttachment : ATTACH_FORM sgraphMotif*printMethodLabel.leftAttachment : ATTACH_FORM sgraphMotif*printMethodFrame.topAttachment : ATTACH_WIDGET sgraphMotif*printMethodFrame.leftAttachment : ATTACH_FORM sgraphMotif*printOrientLabel.topAttachment : ATTACH_FORM sgraphMotif*printOrientLabel.leftAttachment : ATTACH_WIDGET sgraphMotif*printOrientFrame.topAttachment : ATTACH_WIDGET sgraphMotif*printOrientFrame.leftAttachment : ATTACH_WIDGET sgraphMotif*printMethodForm.topAttachment : ATTACH_WIDGET sgraphMotif*printMethodForm.leftAttachment : ATTACH_FORM sgraphMotif*printMethodForm.rightAttachment : ATTACH_FORM sgraphMotif*printPostscriptForm.leftAttachment : ATTACH_FORM sgraphMotif*printPostscriptForm.rightAttachment : ATTACH_FORM sgraphMotif*printLaserjetForm.leftAttachment : ATTACH_FORM sgraphMotif*printLaserjetForm.rightAttachment : ATTACH_FORM sgraphMotif*printPostscriptCommandText.topAttachment : ATTACH_WIDGET sgraphMotif*printPostscriptCommandText.leftAttachment : ATTACH_FORM sgraphMotif*printPostscriptCommandText.rightAttachment : ATTACH_FORM sgraphMotif*printLaserjetCommandText.topAttachment : ATTACH_WIDGET sgraphMotif*printLaserjetCommandText.leftAttachment : ATTACH_FORM sgraphMotif*printLaserjetCommandText.rightAttachment : ATTACH_FORM sgraphMotif*printLaserjetResLabel.topAttachment : ATTACH_WIDGET sgraphMotif*printLaserjetResLabel.leftAttachment : ATTACH_FORM sgraphMotif*printLaserjetResFrame.topAttachment : ATTACH_WIDGET sgraphMotif*printLaserjetResFrame.leftAttachment : ATTACH_FORM sgraphMotif*printButtonSeparator.topAttachment : ATTACH_WIDGET sgraphMotif*printButtonSeparator.leftAttachment : ATTACH_FORM sgraphMotif*printButtonSeparator.rightAttachment : ATTACH_FORM sgraphMotif*printButtonRow.topAttachment : ATTACH_WIDGET sgraphMotif*printButtonRow.leftAttachment : ATTACH_FORM sgraphMotif*printButtonRow.rightAttachment : ATTACH_FORM sgraphMotif*printMessage.topAttachment : ATTACH_WIDGET sgraphMotif*printMessage.leftAttachment : ATTACH_FORM sgraphMotif*printMessage.rightAttachment : ATTACH_FORM sgraphMotif*printMessage.bottomAttachment : ATTACH_FORM sgraphMotif*colorSchemeWorkAreaForm.topAttachment : ATTACH_FORM sgraphMotif*colorSchemeWorkAreaForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeWorkAreaForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableFrame.topAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableFrame.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableFrame.bottomAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableLabel.topAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableLabel.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeAvailableListSW.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeAvailableListSW.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeCreateNew.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeCreateNew.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeAttributesFrame.topAttachment : ATTACH_FORM sgraphMotif*colorSchemeAttributesFrame.leftAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeAttributesFrame.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeAttributesFrame.bottomAttachment : ATTACH_FORM sgraphMotif*colorSchemeAttributesLabel.topAttachment : ATTACH_FORM sgraphMotif*colorSchemeAttributesLabel.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeNameForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeNameForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeNameForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeBackgroundForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeBackgroundForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeBackgroundForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeLinesForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeLinesForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeLinesForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeTextForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeTextForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeTextForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemePolygonsForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemePolygonsForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemePolygonsForm.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeImagesForm.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeImagesForm.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeImagesForm.rightAttachment : ATTACH_FORM sgraphMotif*colorShemeButtonSeparator.topAttachment : ATTACH_WIDGET sgraphMotif*colorShemeButtonSeparator.leftAttachment : ATTACH_FORM sgraphMotif*colorShemeButtonSeparator.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeButtonRow.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeButtonRow.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeButtonRow.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeMessage.topAttachment : ATTACH_WIDGET sgraphMotif*colorSchemeMessage.leftAttachment : ATTACH_FORM sgraphMotif*colorSchemeMessage.rightAttachment : ATTACH_FORM sgraphMotif*colorSchemeMessage.bottomAttachment : ATTACH_FORM !# !# 'query' cursor over graphics window, used with functions like locator(): !# sgraphMotif.queryCursor : tcross ### End resources for sgraphMotif ### ### Begin resources for sgraphMotif:menuDialog ### ### Updated: Wed Jun 26 11:50:26 PDT 1996 # @(#)Xm_menu.ad version 3.2 created 10/30/92 # @(#)Copyright (c), 1987, 1992 StatSci, Inc. All rights reserved. # # Resources for the window used with 'menu(graphics=T)'. # # "sgraphMotif*menuDialog" refers to a Motif SelectionBox. # # Examples: # sgraphMotif*menuDialog*Background: red ### End resources for sgraphMotif:menuDialog ### ### Begin resources for sdeMotif ### ### Updated: Wed Jun 26 08:14:20 PDT 1996 sdeMotif.title: S-PLUS Data Editor sdeMotif.iconName: S-PLUS Data Editor sdeMotif.MouseCommit: TRUE sdeMotif*Font: -*-courier-medium-r-normal-*-12-* sdeMotif*FontList: -*-courier-medium-r-normal-*-12-* sdeMotif*XmForm.accelerators: sdeMotif*.ws.translations: #override \ ~Shift ~Ctrl ~Meta ~Alt osfRight: KeyDown()\n\ ~Shift ~Ctrl ~Meta ~Alt osfLeft: KeyDown()\n\ ~Shift ~Ctrl ~Meta ~Alt osfDown: KeyDown()\n\ ~Shift ~Ctrl ~Meta ~Alt osfUp: KeyDown()\n\ Return: KeyDown()\n\ ~Shift Return: KeyDown()\n\ ~Meta ~Alt osfBackSpace: delete-previous-character()\n\ ~Shift Ctrl ~Meta ~Alt osfDelete: delete-to-end-of-line()\n\ ~Shift ~Meta ~Alt osfDelete: delete-next-character()\n\ ~Meta ~Alt Tab: next-tab-group()\n\ Shift ~Meta ~Alt Tab: prev-tab-group()\n\ ~Ctrl ~Meta ~Alt : self-insert()\n\ ~Shift Ctrl ~Meta ~Alt osfLeft: backward-character()\n\ ~Shift Ctrl ~Meta ~Alt osfRight: forward-character()\n\ F27: start-of-line()\n\ R13: end-of-line() ### End resources for sdeMotif ### ### Begin resources for shelpMotif ### ### Updated: Wed Jun 26 08:39:15 PDT 1996 # @(#)Xm_help.ad version 3.16 created 10/31/92 # @(#)Copyright (c), 1987, 1992 StatSci, Inc. All rights reserved. shelpMotif.resourcesExist : True shelpMotif*title : S-PLUS Help shelpMotif*iconName : S-PLUS Help shelpMotif.warningLevel : 0 # *defaultVirtualBindings : \ # osfBackSpace : BackSpace \n\ # osfDelete : BackSpace\n shelpMotif*workArea*keywordListBox.bottomAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.bottomAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.functionListSW.borderWidth : 0 shelpMotif*workArea*keywordListBox.keywordListSW.borderWidth : 0 shelpMotif*workArea*functionListBox.functionListSW.bottomAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.functionListSW.rightAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.functionListSW.leftAttachment : ATTACH_FORM shelpMotif*workArea*keywordListBox.keywordListSW.bottomAttachment : ATTACH_FORM shelpMotif*workArea*XmForm.XmLabel.rightAttachment : ATTACH_FORM shelpMotif*workArea*XmForm.XmLabel.leftAttachment : ATTACH_FORM shelpMotif*workArea*keywordListBox.topAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.topAttachment : ATTACH_FORM shelpMotif*workArea*keywordListBox.rightAttachment : ATTACH_FORM shelpMotif*workArea*functionListBox.leftAttachment : ATTACH_FORM shelpMotif*keywordListLabel.labelString : Categories shelpMotif*functionListLabel.labelString : Functions/Datasets shelpMotif.textShell*helpWindow.messageString : \ Drag the scrollbar up and down to look through the help file\n\ \n\ The File menu contains entries to Print the help file\n\ and to Close this window shelpMotif.mainWindow*helpWindow.messageString : \ Select an entry in the (right hand) list of categories\n\ to get a list of functions in that category\n\ Select a function in the (left hand) list of functions\n\ to pop up a help file for that function\n\ Type a word into the Topic area to search for help files with\n\ that word in their title shelpMotif*exitWarning.messageString : Should we really shut down help system? shelpMotif.mainWindow.commandWindowLocation : COMMAND_BELOW_WORKSPACE shelpMotif.mainWindow.commandBox.commandLabel.labelString : Topic shelpMotif.mainWindow.commandBox.commandLabel.bottomAttachment : ATTACH_FORM shelpMotif.mainWindow.commandBox.commandLabel.topAttachment : ATTACH_FORM shelpMotif.mainWindow.message.editable : False shelpMotif.mainWindow.message.editMode : SINGLE_LINE_EDIT shelpMotif.textShell*text.editMode : MULTI_LINE_EDIT shelpMotif.textShell*text.editable : False shelpMotif.textShell*text.rows : 24 shelpMotif.textShell*text.columns : 80 shelpMotif*XmList.visibleItemCount : 20 shelpMotif.functionListWidth : 70 shelpMotif.functionListDescriptionOffset : 20 shelpMotif*functionList.listSizePolicy : CONSTANT shelpMotif.keywordPrefix : Category : shelpMotif.topicPrefix : Topic : shelpMotif*XmScrolledWindow.scrollingPolicy : AUTOMATIC shelpMotif*XmScrolledWindow.scrollBarDisplayPolicy : STATIC shelpMotif*XmList.selectionPolicy : SINGLE_SELECT shelpMotif*file.labelString : File shelpMotif*file.mnemonic : F shelpMotif*print.labelString : Print shelpMotif*print.mnemonic : P shelpMotif*exit.labelString : Exit shelpMotif*exit.mnemonic : E shelpMotif*help.labelString : Help shelpMotif*help.mnemonic : H shelpMotif*close.labelString : Close shelpMotif*close.mnemonic : C shelpMotif*enter.labelString : Enter shelpMotif*enter.mnemonic : E shelpMotif*clear.labelString : Clear shelpMotif*clear.mnemonic : C shelpMotif*mainWindow*XmRowColumn*XmCascadeButton.borderWidth:0 shelpMotif*mainWindow*XmLabel.borderWidth:0 # Can only print text windows shelpMotif.mainWindow*print.sensitive : False shelpMotif.textShell*print.sensitive : True # Can only exit from main shell window shelpMotif.mainWindow*exit.sensitive : True shelpMotif.textShell*exit.sensitive : False # Cannot close the main shell window shelpMotif.mainWindow*close.sensitive : False shelpMotif.textShell*close.sensitive : True shelpMotif.cursor : question_arrow shelpMotif.busyCursor : watch # # keyword list has entries terminated by \n. Each entry # should have two parts, separated by tab (not \t, a real tab): # first the keyword as seen on the .KW lines of the help files, # then a description of the the keyword to put in the list # shown to users. # # NOTE: This will accept up to ONE environment var reference at the beginning. *keywordsFile : $SHOME/splus/lib/X11/keywords # shelpMotif.keywords : ### End resources for shelpMotif ###