! Applications default file for the psdraw applicaton.

*KindFile:		/usr/lib/X11/app-defaults/PSDrawKinds
*CompatibilityLibrary:	/usr/lib/X11/app-defaults/PSDrawCompLib

*main.title:	PostScript Drawing Utility
*property.title:	Property Sheet

*Scrollw.allowHoriz: on
*Scrollw.allowVert: on
*Scrollw.drawing.translations:   \
<Btn2Down>: do-popup(drawingPopup)	\n\
<Btn3Down>: create-rect()		\n\
~Ctrl <Btn1Down>: select-or-move()	\n\
Ctrl <Btn1Down>: rotate()


*property*defaultHorizontalOffset: 4
*property*defaultVerticalOffset: 4
*property*title.label:	Property Sheet
*property*DwtLabel.alignment: alignmentend
*property*DwtToggle.label:
*property*DwtListBox.visibleItemsCount: 5
*property*DwtScale.height: 55
*property*DwtScale.width: 200
*property*DwtScale.adbRightOffset: 20
*property*enum.borderWidth: 0
*property*font: courier18


*file.label:		File
*edit.label:		Edit
*draw.label:		Draw
*open.label:		Open ...
*save.label:		Save
*saveAs.label:		Save As ...
*close.label:		Close
*quit.label:		Quit
*popToTop.label:	Pop to top
*pushToBottom.label:	Push to bottom
*propertySheet.label:	Create Property Sheet
*cut.label:		Cut
*copy.label:		Copy
*paste.label:		Paste
*clear.label:		Delete

*mainMenu:	\
file:		menu	\n\
	open:			load-drawing()			\n\
	save:			save-drawing()			\n\
	saveAs:			save-drawing-as()		\n\
	close:			close-drawing()			\n\
	separator:			separator		\n\
	quit:			quit()				\n\
endmenu		\n\
edit:		menu	\n\
	cut:			cut-selection()			\n\
	copy:			copy-selection()		\n\
	paste:			paste-selection()		\n\
	separator:			separator		\n\
	clear:			delete-selection()		\n\
endmenu		\n\
draw:		menu	\n\
	popToTop:		pop-selected-to-top()		\n\
	pushToBottom:		push-selected-to-bottom()	\n\
	propertySheet:		create-property-sheet()		\n\
	separator:			separator		\n\
endmenu

*drawingPopup:	\
drawingPopup:	popup	\n\
	popToTop:		pop-selected-to-top()		\n\
	pushToBottom:		push-selected-to-bottom()	\n\
	propertySheet:		create-property-sheet()		\n\
	separator:			separator		\n\
	clear:			delete-selection()		\n\
endpopup	

*main.geometry: =700x800+0+0
*property.allowShellResize: true

*ColorWidth: 64
*ColorHeight: 120
*ColorVSpace: 5
*ColorHSpace: 5
! Actually, ColorHSpacing isn't currently used...


*FileCantOpen:		Can't open file "%s".
