-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMPLDriver
More file actions
114 lines (105 loc) · 3.42 KB
/
MPLDriver
File metadata and controls
114 lines (105 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
! Application Defaults for MPL Applications
MPLDriver*allowShellResize: True
MPLDriver*background: SteelBlue3
MPLDriver*foreground: Black
MPLDriver*borderWidth: 0
MPLDriver*highlightThickness: 2
MPLDriver*shadowThickness: 2
MPLDriver*title: MPL
MPLDriver*traversalOn: True
MPLDriver*XmTextField.columns: 15
MPLDriver*graphArea.background: White
MPLDriver*graphArea.borderWidth: 1
MPLDriver*informationMessage*background: SteelBlue2
MPLDriver*mainMenu*background: SteelBlue3
MPLDriver*mainMenu*foreground: White
MPLDriver*mainMenu*marginHeight: 2
MPLDriver*mainWindow*marginHeight: 2
MPLDriver*mainWindow*marginWidth: 10
MPLDriver*mainWindow.bottomOffset: 2
MPLDriver*mainWindow.leftOffset: 2
MPLDriver*mainWindow.rightOffset: 2
MPLDriver*mainWindow.topOffset: 2
MPLDriver*optPopup*background: SteelBlue2
MPLDriver*optPopup*marginHeight: 2
MPLDriver*optPopup*marginWidth: 2
MPLDriver*warningMessage*background: Red
MPLDriver*warningMessage*foreground: White
! Miscellaneous Application Specific
mpl_motif.title: MPL Outboard Driver
mpl_motif*graphArea.topOffset: 0
mpl_motif*graphArea.bottomOffset: 4
mpl_motif*graphArea.leftOffset: 4
mpl_motif*graphArea.rightOffset: 4
mpl_motif*graphArea.width: 750
mpl_motif*graphArea.height: 580
mpl_motif*mainMenu*background: SteelBlue3
mpl_motif*statusBar*foreground: White
mpl_motif*printText.columns: 80
mpl_motif.printCommand: lpr
mpl_motif.printToFile: False
mpl_motif.printFile: mpl.ps
mpl_motif.printFileType: Postscript ! Postscript, MIF, or EPSF
mpl_motif.printLandscape: True
mpl_motif.printBorder: False
mpl_motif.printColor: False
mpl_motif.saveFile: ~/mpl.mif
mpl_motif.saveFileType: MIF ! Postscript, MIF, or EPSF
mpl_motif.saveLandscape: True
mpl_motif.saveBorder: True
mpl_motif.saveColor: True
mpl_motif.dumpCommand: xwd2ps -L | lpr -Papocp1
mpl_motif.dumpFile: mpl.xwd
mpl_motif.dumpToFile: False
mpl_motif.confirmFile: False
mpl_motif.doublebuffer: True
mpl_motif.greyscale: False
mpl_motif.movie: False
mpl_motif.spectrum: False
mpl_motif.placementTopMargin: 85
mpl_motif.placementBottomMargin: 45
mpl_motif.placementLeftMargin: 20
mpl_motif.placementRightMargin: 25
mpl_motif.placementHorizontalSpacing: 20
mpl_motif.placementVerticalSpacing: 35
mml_motif.newZoom: 1
! My preferred line mapping for color monitors
mpl_motif.greyscale: FALSE
mpl_motif.bgColor: Black
mpl_motif.fgColor: White
mpl_motif.line0Color: White
mpl_motif.line1Color: Red
mpl_motif.line2Color: DeepSkyBlue
mpl_motif.line3Color: Green
mpl_motif.line4Color: Yellow
mpl_motif.line5Color: Cyan
mpl_motif.line6Color: Orange
mpl_motif.line7Color: MediumSpringGreen
mpl_motif.line8Color: Gold
mpl_motif.line9Color: HotPink
mpl_motif.line10Color: Blue
mpl_motif.line11Color: LimeGreen
mpl_motif.line12Color: Tomato
mpl_motif.line13Color: Tan
mpl_motif.line14Color: Magenta
mpl_motif.line15Color: Grey75
! Line-mapping for grey scale monitors
!mpl_motif.greyscale: TRUE
!mpl_motif.bgColor: Black
!mpl_motif.fgColor: White
!mpl_motif.line0Color: White
!mpl_motif.line1Color: Grey95
!mpl_motif.line2Color: Grey90
!mpl_motif.line3Color: Grey85
!mpl_motif.line4Color: Grey80
!mpl_motif.line5Color: Grey75
!mpl_motif.line6Color: Grey70
!mpl_motif.line7Color: Grey65
!mpl_motif.line8Color: Grey60
!mpl_motif.line9Color: Grey55
!mpl_motif.line10Color: Grey50
!mpl_motif.line11Color: Grey45
!mpl_motif.line12Color: Grey40
!mpl_motif.line13Color: Grey35
!mpl_motif.line14Color: Grey30
!mpl_motif.line15Color: Grey25