File: XPaint.ad.in

package info (click to toggle)
xpaint 2.7.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,532 kB
  • ctags: 3,405
  • sloc: ansic: 36,749; makefile: 49; sh: 18
file content (673 lines) | stat: -rw-r--r-- 27,677 bytes parent folder | download
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
! $Id: XPaint.ad.in,v 1.15 2005/03/20 20:15:34 demailly Exp $

xpaint*Font:  *lucidabright-demibold-r-normal--17*
xpaint*helpFile:  XPAINT_SHAREDIR/help/Help
xpaint*msgFile:  XPAINT_SHAREDIR/messages/Messages

!  This fixes Xpaint's startup features
!xpaint*horizontal: True
!xpaint*popped: True
!xpaint*nomenubar: True
xpaint*fullpopup: False

xpaint*paint.undoSize:		1

*ok.label:			Ok
*stopit.label:			Cancel
*cancel.label:			Cancel
*close.label:			Close
*apply.label:			Apply
*alert.title:			Alert

!   This maybe needed for Xaw95 widgets
!*vertical*borderWidth:          0
!*horizontal*borderWidth:        0

*vertical*shadowWidth:          1
*horizontal*shadowWidth:        1
*valueBar*shadowWidth:          1
*varianceBar*shadowWidth:       1
*Text*shadowWidth:	        1
*SimpleMenu.shadowWidth:        1
*SimpleMenu*SmeBSB*shadowWidth: 0

xpaint*Toggle.SimpleMenu.translations: #override \
	<LeaveWindow>: unhighlight() MenuPopdown()\n\
        <BtnMotion>: highlight()\n\
        <Btn1Down>: highlight()\n\
        <Btn1Up>: highlight() notify() MenuPopdown()\n\
        <Btn3Down>: highlight()\n\
        <Btn3Up>: highlight() notify()

xpaint*paintBox*paint*popup-menu*translations: #override \
	<Key>Escape: unhighlight() MenuPopdown()\n\
	<LeaveWindow>: unhighlight() MenuPopdown()\n\
        <BtnMotion>: highlight() popup-menu-pullright()\n\
        <BtnDown>: highlight() popup-menu-pullright()\n\
        <BtnUp>: highlight() notify() popup-menu-pullright()

Canvas*paintBox*paint*popup-menu*translations: #override \
	<Key>Escape: unhighlight() MenuPopdown()\n\
	<LeaveWindow>: unhighlight() MenuPopdown()\n\
        <BtnMotion>: highlight() popup-menu-pullright()\n\
        <BtnDown>: highlight() popup-menu-pullright()\n\
        <BtnUp>: highlight() notify() popup-menu-pullright()

Canvas*menu*SimpleMenu.translations: #override \
        <BtnMotion>: highlight() popup-menu-pullright()

Canvas*fatbits.title:			XPaint / Fat Bits
Canvas*fatbits.iconName:		XPaint Fat Bits
Canvas*fatbits*done.label:		Done

!
!  paint.zoom must equal the value on button3
!  No zoom value must exceed MAXZOOM
!
Canvas*fatbits*paint.zoom:		6
Canvas*fatbits*zoomButton1.label:	1:2
Canvas*fatbits*zoomButton2.label:	1:4
Canvas*fatbits*zoomButton3.label:	1:6
Canvas*fatbits*zoomButton4.label:	1:8
Canvas*fatbits*zoomButton5.label:	1:16

!
!  Font Selector
!

xpaint*fontSelect.title:		XPaint / Browse and Select a Font
xpaint*fontSelect.iconName:		XPaint Font Browser
xpaint*fontSelect*vport.height:		280
xpaint*fontSelect*text.width:		620
xpaint*fontSelect*text.height:		70
xpaint*fontSelect*apply.label:		Apply
xpaint*fontSelect*done.label:		Close
xpaint*fontSelect*spacingLabel.label:	Spacing
xpaint*fontSelect*familyLabel.label:	Font Family
xpaint*fontSelect*weightLabel.label:	Weight/Style
xpaint*fontSelect*pointLabel.label:	Point Size
xpaint*fontSelect*fontNameLabel.label:	Selection
xpaint*fontSelect*fontName.width:	450
xpaint*fontSelect*List.translations:	<Btn1Down>: Set() Notify()


!
!  The Color and Pattern Editor
!

xpaint*pattern.title:			XPaint / Color and Pattern Selector
xpaint*pattern*paint.zoom:		6
xpaint*pattern*palette.label:		Palette
xpaint*pattern*palette*saveconfig.label:	Save Palette Config...
xpaint*pattern*palette*loadconfig.label:	Load New Palette...
xpaint*pattern*palette*markselected.label:	Mark Selected Pattern
xpaint*pattern*palette*unmark.label:		Unmark Pattern
xpaint*pattern*palette*loadmarked.label:	Load Marked Pattern
xpaint*pattern*palette*delete.label:	Remove Selected Pattern
xpaint*pattern*canvas.label:		Canevas
xpaint*pattern*canvas.label:		Canvas
xpaint*pattern*canvas*read.label:		Load
xpaint*pattern*canvas*save.label:		Save As...
xpaint*pattern*canvas*close.label:	Close
xpaint*pattern*edit.label:		Edit
xpaint*pattern*edit*undo.label:		Undo
xpaint*pattern*edit*cut.label:		Cut
xpaint*pattern*edit*copy.label:		Copy
xpaint*pattern*edit*paste.label:	Paste
xpaint*pattern*edit*clear.label:	Clear
xpaint*pattern*edit*dup.label:		Duplicate
xpaint*pattern*edit*all.label:		Select All
xpaint*pattern*popup-menu*select.label: Select...
xpaint*pattern*line.label:		Line
xpaint*pattern*line*select.label:	Line Width...
xpaint*pattern*line*dashstyle.label:	Dash Style...
xpaint*pattern*lookup.label:		Lookup
xpaint*pattern*grab.label:		Grab
xpaint*pattern*select.label:		Record
xpaint*pattern*asbrush.label:		New Brush
xpaint*pattern*size.label:		Size
xpaint*pattern*size*other.label:	Select...
xpaint*pattern*image.label:		Image
xpaint*pattern*image*grid.label:	Visible Grid
xpaint*pattern*image*zoom.label:	Zoom Factor
xpaint*pattern*image*background.label:	Background Color...
xpaint*pattern*help.label:		Help
xpaint*pattern*help*help.label:		Help...
xpaint*pattern*viewport*vertical.thickness: 14
xpaint*patternRackForm*popup-menu.label:	Pattern
xpaint*patternRackForm*popup-menu.mark.label:	Mark
xpaint*patternRackForm*popup-menu.unmark.label:	Unmark
xpaint*patternRackForm*popup-menu.loadpattern.label:	Load
xpaint*patternRackForm*popup-menu.edit.label:	Edit
xpaint*patternRackForm*popup-menu.remove.label:	Remove
xpaint*patternRackForm*popup-menu.help.label:	Help
xpaint*patternRackForm.vport.height:		100
xpaint*patternRackForm*viewport2*vertical.thickness:		14
xpaint*patternRackForm*viewport2.width:		604
xpaint*patternRackForm*viewport2.height:	194

!
!  The top level operation/toolbox menu
!
!xpaint*toolbox*vport.width:			493
!xpaint*toolbox*vport.height:			157
xpaint*toolbox*vport*vertDistance:		2
xpaint*toolbox*box*vertDistance:	0
xpaint*toolbox*canvas.label:		Canvas
xpaint*toolbox*canvas*new.label:			New Canvas
xpaint*toolbox*canvas*new-size.label:		New With Size...
xpaint*toolbox*canvas*open.label:			Open Image...
xpaint*toolbox*canvas*snapshot.label:		Take Snapshot...
xpaint*toolbox*canvas*about.label:		About...
xpaint*toolbox*canvas*quit.label:			Quit XPaint
xpaint*toolbox*other.label:		Brush
xpaint*toolbox*other*brushSelect.label:		Select Brush Style
xpaint*toolbox*other*sprayEdit.label:		Edit Spray Pattern
xpaint*toolbox*help.label:			Help
xpaint*toolbox*help*intro.label:		Introduction
xpaint*toolbox*help*tools.label:		Toolbox
xpaint*toolbox*help*canvas.label:		Canvas
xpaint*toolbox*help*about.label:		About
xpaint*toolbox*help*copyright.label:		Copyright

!
! Operation popup menus
!

xpaint*toolbox*pencil.popup-menu.label:		Pencil
xpaint*toolbox*dotPencil.popup-menu.label:	Dot Pencil
xpaint*toolbox*dynpencil.popup-menu.label:	DynPencil
xpaint*toolbox*dynpencil.popup-menu.autofinish.label:	AutoFinish
xpaint*toolbox*dynpencil.popup-menu.select.label:	Parameters...
xpaint*toolbox*brush.popup-menu.label:		Brush
xpaint*toolbox*brush.popup-menu.opaque.label:	Opaque
xpaint*toolbox*brush.popup-menu.transparent.label:	Transparent
xpaint*toolbox*brush.popup-menu.stain.label:	Stain
xpaint*toolbox*brush.popup-menu.select.label:	Select Brush...
xpaint*toolbox*brush.popup-menu.parms.label:	Set Parameters...
xpaint*toolbox*erase.popup-menu.label:		Erase
xpaint*toolbox*erase.popup-menu.original.label:	Original
xpaint*toolbox*erase.popup-menu.select.label:	Select Brush...
xpaint*toolbox*spray.popup-menu.label:		Spray
xpaint*toolbox*spray.popup-menu.gauss.label:	Gauss
xpaint*toolbox*spray.popup-menu.select.label:	Set Parameters...
xpaint*toolbox*smear.popup-menu.label:		Smear
xpaint*toolbox*smear.popup-menu.select.label:	Select Brush...
xpaint*toolbox*line.popup-menu.label:		Line
xpaint*toolbox*ray.popup-menu.label:		Ray
xpaint*toolbox*arc.popup-menu.label:		Arc
xpaint*toolbox*arc.popup-menu*connect.label:	Circle Arc
xpaint*toolbox*arc.popup-menu*quadrant.label:	Elliptic Quadrant
xpaint*toolbox*arc.popup-menu*centered.label:	Centered Ellipse Arc
xpaint*toolbox*arc.popup-menu*boxed.label:	Boxed Ellipse Arc
xpaint*toolbox*popup-menu*center.label:		Center
xpaint*toolbox*line.popup-menu*ray.label:	Rays
xpaint*toolbox*line.popup-menu*arrow.label:	Arrow
xpaint*toolbox*fill.popup-menu.label:		Fill
xpaint*toolbox*tfill.popup-menu.label:		Gradient Fill
xpaint*toolbox*tfill.popup-menu.parms.label:	Set Parameters...
xpaint*toolbox*ffill.popup-menu.label:		Fractal Fill
xpaint*toolbox*ffill.popup-menu.parms.label:	Set Density...
xpaint*toolbox*ffill.popup-menu.plasma.label:	Plasma
xpaint*toolbox*ffill.popup-menu.clouds.label:	Clouds
xpaint*toolbox*ffill.popup-menu.landscape.label:	Land/Sea
! Next 3 lines are common for all fill operators
xpaint*toolbox*popup-menu.fill.label:		Fill
xpaint*toolbox*popup-menu.change.label:		Change
xpaint*toolbox*popup-menu.fill_range.label:	Fill Range
xpaint*toolbox*popup-menu.radial.label:		Radial
xpaint*toolbox*popup-menu.linear.label:		Linear
xpaint*toolbox*popup-menu.conical.label:	Conical
xpaint*toolbox*popup-menu.square.label:		Square
xpaint*toolbox*popup-menu.rectangle.label:	Rectangle
xpaint*toolbox*popup-menu.ellipse.label:	Ellipse
xpaint*toolbox*text.popup-menu.label:		Text
xpaint*toolbox*text.popup-menu.select.label:	Select Font...
xpaint*toolbox*selectBox.popup-menu.label:	Select Box/Ellipse
xpaint*toolbox*lasso.popup-menu.label:		Lasso
xpaint*toolbox*selectPoly.popup-menu.label:	Select Polygon
! Next 3 lines are common for all select operators
xpaint*toolbox*popup-menu.shape.label:		All Colors
xpaint*toolbox*popup-menu.not_color.label:	Omit Color Range
xpaint*toolbox*popup-menu.only_color.label:	Only Color Range
! Next line is common for all fill and select operators 
xpaint*toolbox*popup-menu.select.label:		Select Range...
xpaint*toolbox*box.popup-menu.label:		Box
xpaint*toolbox*fBox.popup-menu.label:		Filled Box
xpaint*toolbox*oval.popup-menu.label:		Oval
xpaint*toolbox*fOval.popup-menu.label:		Filled Oval
xpaint*toolbox*cLine.popup-menu.label:		Connected Line
xpaint*toolbox*Spline.popup-menu.label:		Spline Curve
xpaint*toolbox*Spline.popup-menu.open.label:	Open
xpaint*toolbox*Spline.popup-menu.closed.label:	Closed
xpaint*toolbox*Spline.popup-menu.closed_up.label:	Closed up
xpaint*toolbox*fSpline.popup-menu.label:		Filled Spline Curve
xpaint*toolbox*fSpline.popup-menu.open.label:	Open
xpaint*toolbox*fSpline.popup-menu.closed.label:	Closed
xpaint*toolbox*fSpline.popup-menu.closed_up.label:	Closed up
xpaint*toolbox*polygon.popup-menu.label:	Polygon
xpaint*toolbox*fPolygon.popup-menu.label:	Filled Polygon
xpaint*toolbox*freehand.popup-menu.label:	Shape
xpaint*toolbox*fFreehand.popup-menu.label:	Filled Shape

xpaint*script_files.label:		File
xpaint*script_files*load.label:		Load
xpaint*script_files*save.label:		Save
xpaint*script_files*saveas.label:	Save as...
xpaint*script_files*editor.label:	External editor...
xpaint*script_files*close.label:	Close
xpaint*script_predef.label:		Templates
xpaint*script_predef*filters.label:	Filters
xpaint*script_predef*images.label:	Images
xpaint*script_predef*3d_curves.label:	3D Curves
xpaint*script_predef*3d_surfaces.label:	3D Surfaces
xpaint*script_predef*layers.label:	Layers
xpaint*script_predef*procedures.label:	Procedures
xpaint*script_predef*help.label:	Help
xpaint*compile.label:			Compile

!xpaint*menuLabel.font:		*-times-bold-r-normal--17-*
!Canvas*menuLabel.font:		*-times-bold-r-normal--17-*


!
!  Canvas area menu pulldowns
!
Canvas*menu*file.label:			File
Canvas*menu*file*save.label:		Save
Canvas*menu*file*saveas.label:		Save As...
Canvas*menu*file*saveregion.label:	Save Region...
Canvas*menu*file*load-mem.label:	Load Clipboard...
Canvas*menu*file*saveconfig.label:	Save Palette...
Canvas*menu*file*loadconfig.label:	Load Palette...
Canvas*menu*file*revert.label:		Revert...
Canvas*menu*file*print.label:		Print...
Canvas*menu*file*extern.label:		External viewer...
Canvas*menu*file*close.label:		Close

Canvas.print*title:	Print Utility
Canvas.print*form*menu*format.label:		Format
Canvas.print*form*portraitlabel.label:	Portrait
Canvas.print*form*portraittoggle.label:	X
Canvas.print*form*landscapelabel.label:	Landscape
Canvas.print*form*landscapetoggle.label:	X
Canvas.print*form*wcenter.label:	0
Canvas.print*form*wplus.label:	>
Canvas.print*form*wminus.label:	<
Canvas.print*form*wpplus.label:	
Canvas.print*form*wmminus.label:	
Canvas.print*form*hcenter.label:	0
Canvas.print*form*hplus.label:	>
Canvas.print*form*hminus.label:	<
Canvas.print*form*hpplus.label:	
Canvas.print*form*hmminus.label:	
Canvas.print*form*equal.label:	X
Canvas.print*form*synchro.horizDistance:	60

Canvas.print*form*sizelabel.label:		Size of image
Canvas.print*form*positionlabel.label:	Image position
Canvas.print*form*samplinglabel.label:	Sub sampling
Canvas.print*form*printlabel.label:		Printer command
Canvas.print*form*filelabel.label:		Write to file
Canvas.print*form*psviewlabel.label:	PostScript viewer

Canvas.print*form*portraittoggle*horizDistance:	90
Canvas.print*form*landscapelabel*horizDistance:	218
Canvas.print*form*landscapetoggle*horizDistance:	290
Canvas.print*form*formattype*string:		A4
Canvas.print*form*formattype*horizDistance:	10
Canvas.print*form*sizevalue*string:		100%
Canvas.print*form*sizevalue*horizDistance:		136
Canvas.print*form*positionvalue*horizDistance:	136
Canvas.print*form*samplingvalue*string:	1 x 1
Canvas.print*form*samplingvalue*horizDistance:	136
Canvas.print*form*printcmd*string:	XPAINT_PRINT_COMMAND
Canvas.print*form*printcmd*horizDistance:	136
Canvas.print*form*printtoggle.label:	X
Canvas.print*form*filetoggle.label:	X
Canvas.print*form*filename*horizDistance:	136
Canvas.print*form*psviewcmd*horizDistance:	136
Canvas.print*form*print*horizDistance:	40

Canvas.print*form*print.label:	Print
Canvas.print*form*preview.label:	Preview
Canvas.print*form*cancel.label:	Close

Canvas.print*form*psviewcmd*string:	XPAINT_POSTSCRIPT_VIEWER
Canvas.extern*form*extviewcmd*string:	XPAINT_EXTERN_VIEWER

Canvas.extern*title:	External Image Viewer
Canvas.extern*form*format.label:		Exchange Format
Canvas.extern*form*formatlabel*label:		PPM
Canvas.extern*form*extviewlabel*label:	Viewer command
Canvas.extern*form*view*label:	View
Canvas.extern*form*cancel*label:	Close

Canvas*menu*edit.label:		Edit
Canvas*menu*edit*undo.label:		Undo
Canvas*menu*edit*redo.label:		Redo
Canvas*menu*edit*undosize.label:	Undo Levels...
Canvas*menu*edit*refresh.label:		Refresh
Canvas*menu*edit*cut.label:		Cut
Canvas*menu*edit*copy.label:		Copy
Canvas*menu*edit*paste.label:		Paste
Canvas*menu*edit*clear.label:		Clear
Canvas*menu*edit*all.label:		Select All
Canvas*menu*edit*unselect.label:	Unselect
Canvas*menu*edit*dup.label:		Duplicate
Canvas*menu*edit*erase.label:		Erase All
Canvas*menu*edit*snapshot.label:	Snapshot
Canvas*menu*edit*memory.label:		Store Region
Canvas*menu*edit*recall.label:		Recall Image...
Canvas*menu*edit*remove.label:		Remove Image...


Canvas*menu*line.label:		Line
Canvas*menu*line*select.label:		Select...
Canvas*menu*line*dashstyle.label:	Dash Style...
Canvas*menu*font.label:		Font
Canvas*menu*font*select.label:		Browser...

Canvas*menu*region.label:	Region
Canvas*menu*region*flipX.label:		Flip X Axis
Canvas*menu*region*flipY.label:		Flip Y Axis
Canvas*menu*region*rotateTo.label:	Rotate By
Canvas*menu*rotateTo-right.label:	Angle
Canvas*menu*rotateTo-right*rotate1.label:	+90
Canvas*menu*rotateTo-right*rotate2.label:	+45
Canvas*menu*rotateTo-right*rotate3.label:	-45
Canvas*menu*rotateTo-right*rotate4.label:	-90
Canvas*menu*rotateTo-right*rotate5.label:	+180
Canvas*menu*region*rotate.label:	Rotate...
Canvas*menu*region*linear.label:	Linear Transformation...
Canvas*menu*region*clone.label:		Clone Region
Canvas*menu*region*crop.label:		Crop to Region...
Canvas*menu*region*autocrop.label:	Autocrop...
Canvas*menu*region*delimit.label:	Delimit Region
Canvas*menu*region*complement.label:	Complement Region
Canvas*menu*region*reset.label:		Reset

Canvas*menu*filter.label:	Filters
Canvas*menu*filter*invert.label:	Invert
Canvas*menu*filter*sharpen.label:	Sharpen
Canvas*menu*filter*smooth.label:	Smooth...
Canvas*menu*filter*dirfilt.label:	Directional Smooth
Canvas*menu*filter*edge.label:		Edge Detect
Canvas*menu*filter*oil.label:		Oil Paint...
Canvas*menu*filter*noise.label:		Add Noise...
Canvas*menu*filter*spread.label:	Spread...
Canvas*menu*filter*pixelize.label:	Pixelize...
Canvas*menu*filter*emboss.label:	Emboss
Canvas*menu*filter*despeckle.label:	Despeckle...
Canvas*menu*filter*tilt.label:		Tilt...
Canvas*menu*filter*blend.label:		Blend
Canvas*menu*filter*solarize.label:	Solarize...
Canvas*menu*filter*togrey.label:	Turn into Greyscale
Canvas*menu*filter*contrast.label:	Normalize Contrast...
Canvas*menu*filter*modify_rgb.label:	Adjust RGB components...
Canvas*menu*filter*quantize.label:	Quantize Colors...
Canvas*menu*filter*userdef.label:	User Defined Filter
Canvas*menu*filter*last.label:		Repeat Last
Canvas*menu*filter*undo.label:		Undo Last

Canvas*menu*selector.label:	Selectors
Canvas*menu*selector*patterns.label:    Color and Pattern Editor...
Canvas*menu*selector*background.label:  Change Background Color...
Canvas*menu*selector*chroma.label:	Select Color Range...
Canvas*menu*selector*fatbits.label:	Fat Bits Editor...
Canvas*menu*selector*tools.label:	Toolbox...
Canvas*menu*selector*brush.label:	Brush Selector...
Canvas*menu*selector*font.label:	Font Selector...
Canvas*menu*selector*c_script.label:	C script Editor...
Canvas*menu*selector*size.label:	Change Size...
Canvas*menu*selector*zoom.label:	Change Zoom...
Canvas*menu*selector*size_zoom_defs.label:	Default Size and Zoom...
Canvas*menu*selector*snapSpacing.label:	Snap Spacing...
Canvas*menu*selector*snap.label:	Snap
Canvas*menu*selector*grid.label:	Visible Grid
Canvas*menu*selector*simple.label:	Simplified Floating Menu
Canvas*menu*selector*hide_menubar.label:	Hide Menu Bar
Canvas*menu*selector*help.label:	Help


Canvas*menu*help.label:			Help
Canvas*menu*help*intro.label:		Introduction
Canvas*menu*help*tools.label:		Toolbox
Canvas*menu*help*canvas.label:		Canvas
Canvas*menu*help*about.label:		About
Canvas*menu*help*copyright.label:	Copyright


!!!! This starts the Canvas Popup Menu
*paintBox*popup-menu.label:		General Menu
!Popup File Menu
*paintBox*popup-menu.File.label:		File
*paintBox*popup-menu.File-right.label:		File
*paintBox*popup-menu.File-right*save.label:		Save
*paintBox*popup-menu.File-right*saveas.label:		Save As...
*paintBox*popup-menu.File-right*saveregion.label:	Save Region...
*paintBox*popup-menu.File-right*load-mem.label:		Load Clipboard...
*paintBox*popup-menu.File-right*saveconfig.label:	Save Palette...
*paintBox*popup-menu.File-right*loadconfig.label:	Load Palette...
*paintBox*popup-menu.File-right*revert.label:		Revert...
*paintBox*popup-menu.File-right*print.label:		Print...
*paintBox*popup-menu.File-right*extern.label:		External viewer...
*paintBox*popup-menu.File-right*close.label:		Close
!Popup Edit Menu
*paintBox*popup-menu*Edit.label:		Edit
*paintBox*popup-menu.Edit-right.label:		Edit
*paintBox*popup-menu.Edit-right*undo.label:		Undo
*paintBox*popup-menu.Edit-right*redo.label:		Redo
*paintBox*popup-menu.Edit-right.undosize.label:		Undo Levels...
*paintBox*popup-menu.Edit-right*refresh.label:		Refresh
*paintBox*popup-menu.Edit-right*cut.label:		Cut
*paintBox*popup-menu.Edit-right*copy.label:		Copy
*paintBox*popup-menu.Edit-right*paste.label:		Paste
*paintBox*popup-menu.Edit-right*clear.label:		Clear
*paintBox*popup-menu.Edit-right*all.label:		Select All
*paintBox*popup-menu.Edit-right*unselect.label:		Unselect
*paintBox*popup-menu.Edit-right*dup.label:		Duplicate
*paintBox*popup-menu.Edit-right*erase.label:		Erase All
*paintBox*popup-menu.Edit-right*snapshot.label:		Snapshot
*paintBox*popup-menu.Edit-right.memory.label:		Store Region
*paintBox*popup-menu.Edit-right.recall.label:		Recall Image...
*paintBox*popup-menu.Edit-right.remove.label:		Remove Image...

! popup Line Menu
*paintBox*popup-menu.Line.label:	Line
*paintBox*popup-menu.Line-right.label:	Line
*paintBox*popup-menu.Line-right.select.label:	Line Width...
*paintBox*popup-menu.Line-right.dashstyle.label:	Dash Style...
! popup Font Menu
*paintBox*popup-menu.Font.label:	Font
*paintBox*popup-menu.Font-right.label:	Font
*paintBox*popup-menu.Font-right.select.label:	Browse...
!Popup Region Menu
*paintBox*popup-menu.Region.label:		Region
*paintBox*popup-menu.Region-right.label:		Region
*paintBox*popup-menu.Region-right.flipX.label:		Flip X Axis
*paintBox*popup-menu.Region-right.flipY.label:		Flip Y Axis
*paintBox*popup-menu.Region-right.rotateTo.label:	Rotate By
*paintBox*popup-menu.Region-right.rotate.label:	Rotate...
*paintBox*popup-menu.Region-right.rotateTo-right.label:	Angle
*paintBox*popup-menu.Region-right.rotateTo-right*rotate1.label:	+90
*paintBox*popup-menu.Region-right.rotateTo-right*rotate2.label:	+45
*paintBox*popup-menu.Region-right.rotateTo-right*rotate3.label:	-45
*paintBox*popup-menu.Region-right.rotateTo-right*rotate4.label:	-90
*paintBox*popup-menu.Region-right.rotateTo-right*rotate5.label:	+180
*paintBox*popup-menu.Region-right.linear.label:	Linear Transformation...
*paintBox*popup-menu.Region-right.reset.label:	Reset
*paintBox*popup-menu.Region-right*clone.label:	Clone Region
*paintBox*popup-menu.Region-right.crop.label:	Crop to Region...
*paintBox*popup-menu.Region-right.autocrop.label:	Autocrop
*paintBox*popup-menu.Region-right.delimit.label:	Delimit Region
*paintBox*popup-menu.Region-right.complement.label:	Complement Region
!Popup Filter Menu
*paintBox*popup-menu.Filters.label:		Filters
*paintBox*popup-menu.Filters-right.label:	Filters
*paintBox*popup-menu.Filters-right.invert.label:	Invert
*paintBox*popup-menu.Filters-right.sharpen.label:	Sharpen
*paintBox*popup-menu.Filters-right.smooth.label:	Smooth...
*paintBox*popup-menu.Filters-right.dirfilt.label:	Directional Smooth
*paintBox*popup-menu.Filters-right.edge.label:		Edge Detect
*paintBox*popup-menu.Filters-right.oil.label:		Oil Paint...
*paintBox*popup-menu.Filters-right.noise.label:		Add Noise...
*paintBox*popup-menu.Filters-right.spread.label:	Spread...
*paintBox*popup-menu.Filters-right.pixelize.label:	Pixelize...
*paintBox*popup-menu.Filters-right.emboss.label:	Emboss
*paintBox*popup-menu.Filters-right.despeckle.label:	Despeckle...
*paintBox*popup-menu.Filters-right.tilt.label:		Tilt...
*paintBox*popup-menu.Filters-right.blend.label:		Blend
*paintBox*popup-menu.Filters-right.solarize.label:	Solarize...
*paintBox*popup-menu.Filters-right.togrey.label:	Turn into Greyscale
*paintBox*popup-menu.Filters-right.contrast.label:	Normalize Contrast...
*paintBox*popup-menu.Filters-right.modify_rgb.label:	Adjust RGB components...
*paintBox*popup-menu.Filters-right.quantize.label:	Quantize Colors...
*paintBox*popup-menu.Filters-right.userdef.label:	Filtre Programmable...
*paintBox*popup-menu.Filters-right.last.label:		Repeat Last
*paintBox*popup-menu.Filters-right.undo.label:		Undo Last
!Popup Selector Menu
*paintBox*popup-menu.Selectors.label:	Selectors
*paintBox*popup-menu.Selectors-right.label:	Selectors
*paintBox*popup-menu.Selectors-right*patterns.label:    Color and Pattern Editor...
*paintBox*popup-menu.Selectors-right*background.label:  Change Background Color...
*paintBox*popup-menu.Selectors-right*chroma.label:	Select Color Range...
*paintBox*popup-menu.Selectors-right*fatbits.label:	Fat Bits Editor...
*paintBox*popup-menu.Selectors-right*tools.label:	Toolbox...
*paintBox*popup-menu.Selectors-right*brush.label:	Brush Selector...
*paintBox*popup-menu.Selectors-right*font.label:	Font Selector...
*paintBox*popup-menu.Selectors-right*c_script.label:	C script Editor...
*paintBox*popup-menu.Selectors-right*size.label:	Change Size...
*paintBox*popup-menu.Selectors-right*zoom.label:	Change Zoom...
*paintBox*popup-menu.Selectors-right*size_zoom_defs.label:	Default Size and Zoom...
*paintBox*popup-menu.Selectors-right*snapSpacing.label:	Snap Spacing...
*paintBox*popup-menu.Selectors-right*snap.label:	Snap
*paintBox*popup-menu.Selectors-right*grid.label:	Visible Grid
*paintBox*popup-menu.Selectors-right.hide_menubar.label:	Hide Menu Bar
*paintBox*popup-menu.Selectors-right.show_menubar.label:	Show Menu Bar
*paintBox*popup-menu.Selectors-right*help.label:	Help


!
!  Filebrowser defaults
!

*filebrowser.title:		XPaint / File Browser
*filebrowser*text.width:		400

xpaint*brush*box.width: 170
xpaint*brush.title:			XPaint / Brush Selector
xpaint*brush.iconName:			XPaint Brush Selector

!
!  Color picker
!
*colorPicker*match.label:		Lookup
*colorPicker*form.Label.width:	50
*colorPicker*Scrollbar.height:	16

*chroma.title:			XPaint / Color Range Selection
*chroma.iconName:			XPaint Chroma 
*chroma*varianceLabel.width:	120
*chroma*varianceBar.length:	140
*chroma*delta.label:		Pixel Delta
*chroma*selectModeLabel.label:	Selection Mode
*chroma*mode0.label:		All Hues
*chroma*mode1.label:		Omit Hue Range
*chroma*mode2.label:		Hue Range
*chroma*Label.justify:		left

xpaint*popup-dialog-form*label.justify:		left
Canvas*popup-dialog-form*label.justify: 	left

*colorEditDialog.title:		XPaint / Color Selector

xpaint*helpDialog.title:		XPaint / Help Browser
xpaint*helpDialog.iconName:		XPaint Help
!xpaint*helpDialog.form.title.font:	*-times-bold-r-normal--17-*
xpaint*helpDialog.form.title.label:	XPaint XPAINT_VERSION Help & Information
!xpaint*helpDialog.form.form.font:	*-times-medium-r-normal--14-*
xpaint*helpDialog*textTitle.width:	400
xpaint*helpDialog*textText.width:	400
xpaint*helpDialog*textText.height:	356
xpaint*helpDialog*topicPort.height:	380
xpaint*helpDialog*done.label:		Done
xpaint*helpDialog*next.label:		Next
xpaint*helpDialog*prev.label:		Previous
xpaint*helpDialog*down.label:		Pg Down
xpaint*helpDialog*up.label:		Pg Up

!xpaint*about.form.title.font:		*-times-medium-r-normal--14-*

!
!  Font resources
!

xpaint*Font:				*-helvetica-medium-r-normal--12-*
Canvas*Font:				*-helvetica-medium-r-normal--12-*
xpaint*SimpleMenu.font:			*-helvetica-medium-r-normal--12-*
Canvas*SimpleMenu.font:			*-helvetica-medium-r-normal--12-*
xpaint*SimpleMenu.menuLabel.font:	*-helvetica-medium-r-normal--12-*
Canvas*SimpleMenu.menuLabel.font:	*-helvetica-medium-r-normal--12-*
xpaint*SimpleMenu*SmeBSB.font:		*-helvetica-medium-r-normal--12-*
Canvas*SimpleMenu*SmeBSB.font:		*-helvetica-medium-r-normal--12-*
Canvas*patternRackForm*Label.font:	*-helvetica-medium-r-normal--12-*
Canvas*patternRackForm*Command.font:	*-helvetica-medium-r-normal--12-*
xpaint*helpDialog*htmlText*font:	*-helvetica-medium-r-normal--12-*
xpaint*helpDialog*textText*font:	*-helvetica-medium-r-normal--12-*
xpaint*helpDialog.form.title.font:	*-helvetica-medium-r-normal--12-*
xpaint*helpDialog.form.form.font:	*-helvetica-medium-r-normal--12-*
xpaint*fontSelect*fontNameLabel.font:	*-helvetica-medium-r-normal--12-*
xpaint*fontSelect*fontName*font:	*-helvetica-medium-r-normal--12-*

!
!  Black and white resources
!

Canvas*background:	white
Canvas*foreground:	black

!
!  Test Color resources
!

Canvas*background:		#c0c0c0
Canvas*paint*background:	white
Canvas*paint*popup-menu*background: #c0c0c0

xpaint*helpDialog*topic*background:	thistle1
xpaint*background:		#c0c0c0
xpaint*foreground:		black
xpaint*Box.background:		gray80
Canvas*Box.background:		gray80

xpaint*Toggle.background:	#c0c0c0
Canvas*Toggle.background:	#c0c0c0

xpaint*Text.background:		white
xpaint*textSink.background:	white
xpaint*HTML.background:		white
Canvas*Text.background:		white
Canvas*textSink.background:	white

xpaint*filebrowser*Label.background:	gray80
xpaint*filebrowser*Toggle.background:	#c0c0c0
xpaint*filebrowser*name*background:	white
xpaint*filebrowser*title.background:	#c0c0c0

Canvas*filebrowser*Label.background:	gray80
Canvas*filebrowser*Toggle.background:	#c0c0c0
Canvas*filebrowser*name*background:	white
Canvas*filebrowser*title.background:	#c0c0c0

xpaint*Command.background:		#c0c0c0
Canvas*Command.background:		#c0c0c0

Canvas.pane.background:		black

! Nice buttons with Xaw3d
*beNiceToColormap: false
xpaint*MenuButton.height:		22
Canvas*MenuButton.height:		22
xpaint*Command.height:		22
Canvas*Command.height:		22