Mxgdb*fileWindow.height:	15
Mxgdb*fileLabel.borderWidth:	0
Mxgdb*lineLabel.borderWidth:	0
Mxgdb*fileLabel.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*lineLabel.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*helpbutton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*fileCButton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*filePbutton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*searchPbutton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*helpPbutton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*quitPbutton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*commandsCButton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*runningCB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*dataCB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*breakpointsCB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*stackCB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*infoCB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*runPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*contPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*nextPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*stepPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*finishPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*printPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*displayPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*undisplayPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*breakPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*clearPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*tbreakPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*upPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*downPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*ilocalsPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*iargsPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*istackPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*helpCButton.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*helpPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*infoPMB.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
!
!
!
! sourceScroll is the scrolled window containing the sourceForm.
!
Mxgdb*sourceScroll.paneMinimum:	100
!
! The source form is the FormWidget containing the sourceWindow, the
! command buttons and the arrow/stopsign/etc. labels.
!
Mxgdb*sourceForm.borderWidth:	0
Mxgdb*sourceForm.shadowThickness:	0
Mxgdb*sourceForm.width:		500
!
! The source window is the TextWidget with the source text.
!
Mxgdb*sourceWindow.borderWidth:	0
Mxgdb*sourceWindow.highlightThickness:	0
Mxgdb*sourceWindow.shadowThickness:	0
Mxgdb*sourceWindow.rows:		19
Mxgdb*sourceWindow.leftOffset:		50
Mxgdb*sourceWindow.rightOffset:		65	
Mxgdb*sourceWindow.marginWidth:	5
Mxgdb*sourceWindow.fontList:	6x13
Mxgdb*sourceWindow.translations: #override \
	Shift<Btn1Down>,Shift<Btn1Up>: SelectWord() Update(warp) \n\
	<Btn1Down>: SelectStart() \n\
	<Btn1Motion>: SelectAdjust() \n\
	<Btn1Up>: SelectEnd() Update(warp) \n\
	<Key>osfUp: process-up() Update() \n\
	<Key>osfDown: process-down() Update() \n\
	<Key>osfLeft: backward-character() Update() \n\
	<Key>osfRight: forward-character() Update() \n\
	<Key>osfPageDown: next-page() Update(warp) \n\
	<Key>osfPageUp:	previous-page() Update(warp) \n\
	Ctrl<Key>osfPageUp:	page-left() Update(warp) \n\
	Ctrl<Key>osfPageDown:	page-right() Update(warp) \n\
	Ctrl<Key>osfBeginLine:	beginning-of-file() Update() \n\
	Ctrl<Key>osfEndLine:	end-of-file() Update()
Mxgdb*vpane*sash.translations: #override \
	<Btn1Up>:	SashAction(Commit) resetLineBounds() \n\
	<Btn2Up>:	SashAction(Commit) resetLineBounds()
!
! The message window echoes the gdb result lines.
!
Mxgdb*messageWindow.fontList:	-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
Mxgdb*messageWindow.height:	25
!
! The dialog Window is the text command line window. dialogWindowSW is the
! Scrolled Window parent of the TextWidget.
!
Mxgdb*dialogWindowSW.paneMinimum:	50
Mxgdb*dialogWindow.highlightOnEnter:	True
Mxgdb*dialogWindow.height:	200
Mxgdb*dialogWindow.fontList:	6x13
Mxgdb*dialogWindow.translations:	#override \
	Shift<Btn1Down>,Shift<Btn1Up>: SelectWord() \n\
	<Btn1Down>:	SelectStart() \n\
	<Btn1Motion>: SelectAdjust() \n\
	<Btn1Up>:	SelectEnd()\n\
	<Btn2Down>:	InsertSelection() copy-primary() \n\
 	Ctrl<Key>C:	SigInt()\n\
 	Ctrl<Key>D:	SigEof()\n\
 	Ctrl<Key>|:	SigQuit()\n\
	<Key>osfBackSpace: InsertSpace() delete-previous-character() \n\
 	<Key>Return:	end-of-file() newline() Dispatch() \n\
	<Key>:		end-of-file() self-insert()
!
! The Display Window is the text window within the Display Window popup
!
Mxgdb*displayWindow.translations:	#override \n\
		<Btn1Up>:	set-insertion-point() SelectVar() 
Mxgdb*displayWindow.height:		150
Mxgdb*displayWindow.fontList:		6x13
!
! These are the command button positioning attributes for the
! command buttons which appear along the right of the source window.
!
Mxgdb*pageLbutton.bottomPosition:	99
Mxgdb*pageLbutton.topPosition:		88
Mxgdb*undispbutton.bottomPosition:	99
Mxgdb*undispbutton.topPosition:		88
Mxgdb*undispbutton.rightOffset:		32
Mxgdb*pageRbutton.bottomPosition:	88
Mxgdb*pageRbutton.topPosition:		77
Mxgdb*dispbutton.bottomPosition:	88
Mxgdb*dispbutton.topPosition:		77
Mxgdb*dispbutton.rightOffset:		32
Mxgdb*breakbutton.bottomPosition:	77
Mxgdb*breakbutton.topPosition:		66
Mxgdb*clearbutton.bottomPosition:	77
Mxgdb*clearbutton.topPosition:		66
Mxgdb*clearbutton.rightOffset:		32
Mxgdb*stepbutton.bottomPosition:	66
Mxgdb*stepbutton.topPosition:		55
Mxgdb*finishbutton.topPosition:		55
Mxgdb*finishbutton.bottomPosition:	66
Mxgdb*finishbutton.rightOffset:		32
Mxgdb*nextbutton.bottomPosition:	55
Mxgdb*nextbutton.topPosition:		44
Mxgdb*contbutton.topPosition:		44
Mxgdb*contbutton.bottomPosition:	55
Mxgdb*contbutton.rightOffset:		32
Mxgdb*printbutton.bottomPosition:	44
Mxgdb*printbutton.topPosition:		33
Mxgdb*printsbutton.bottomPosition:	44
Mxgdb*printsbutton.topPosition:		33
Mxgdb*printsbutton.rightOffset:		32
Mxgdb*downbutton.bottomPosition:	33
Mxgdb*downbutton.topPosition:		22
Mxgdb*argsbutton.bottomPosition:	33
Mxgdb*argsbutton.topPosition:		22
Mxgdb*argsbutton.rightOffset:		32
Mxgdb*upbutton.bottomPosition:		22
Mxgdb*upbutton.topPosition:		11
Mxgdb*localsbutton.bottomPosition:	22
Mxgdb*localsbutton.topPosition:		11
Mxgdb*localsbutton.rightOffset:		32
Mxgdb*stackbutton.bottomPosition:	11
Mxgdb*stackbutton.topPosition:		0
Mxgdb*runbutton.topPosition:		0
Mxgdb*runbutton.bottomPosition:		11
Mxgdb*runbutton.rightOffset:		32
! End

