! This file contains the default X resources for MLWorks.
!
! Copyright 2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
! All rights reserved.
! 
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions are
! met:
! 
! 1. Redistributions of source code must retain the above copyright
!    notice, this list of conditions and the following disclaimer.
! 
! 2. Redistributions in binary form must reproduce the above copyright
!    notice, this list of conditions and the following disclaimer in the
!    documentation and/or other materials provided with the distribution.
! 
! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
! IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
! TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
! PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
! HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
! SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
! TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
! PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
! LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
! NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
!
! $Id: MLWorks-mono,v 1.182 1999/03/23 14:43:13 johnh Exp $
!

#include "MLWorks-fonts"
#include "MLWorks-labels"

!General Resources

MLWorks*Project*projectRC.orientation:		horizontal
MLWorks*Project*PW_choiceLabel.alignment:	alignment_beginning
MLWorks*Project*minWidth:			450

MLWorks.title:					MLWorks Listener
! This one is an application resource that MLWorks looks for on startup
MLWorks*mlworksTestResource:			27
MLWorks*editorOptions.radioBehavior:		true
!default packing for radioBehaviour rowcolumns is wrong
MLWorks*editorOptions.packing:			pack_tight
MLWorks*visibleWhenOff:				true

MLWorks*Licensing*msgLabel.alignment:		alignment_beginning
MLWorks*Licensing*nameLabel.labelString:	License Name:
MLWorks*Licensing*nameLabel.alignment:		alignment_beginning
MLWorks*Licensing*nameText.editable:		true
MLWorks*Licensing*codeLabel.labelString:	License Code:
MLWorks*Licensing*codeLabel.alignment:		alignment_beginning
MLWorks*Licensing*codeText.editable:		true
MLWorks*Licensing*editMode:			single_line_edit
MLWorks*Licensing*deleteResponse:               do_nothing

MLWorks*licensingInfo*licLabel1.topAttachment:		attach_form
MLWorks*licensingInfo*licLabel1.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel1.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel1.alignment:		alignment_center

MLWorks*licensingInfo*licLabel2.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel2.topWidget:		licLabel1
MLWorks*licensingInfo*licLabel2.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel2.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel2.alignment:		alignment_center

MLWorks*licensingInfo*licLabel3.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel3.topWidget:		licLabel2
MLWorks*licensingInfo*licLabel3.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel3.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel3.alignment:		alignment_center

MLWorks*licensingInfo*licLabel4.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel4.topWidget:		licLabel3
MLWorks*licensingInfo*licLabel4.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel4.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel4.alignment:		alignment_center

MLWorks*licensingInfo*licLabel5.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel5.topWidget:		licLabel4
MLWorks*licensingInfo*licLabel5.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel5.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel5.alignment:		alignment_center

MLWorks*licensingInfo*licLabel6.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel6.topWidget:		licLabel5
MLWorks*licensingInfo*licLabel6.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel6.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel6.alignment:		alignment_center

MLWorks*licensingInfo*licLabel7.topAttachment:		attach_widget
MLWorks*licensingInfo*licLabel7.topWidget:		licLabel6
MLWorks*licensingInfo*licLabel7.leftAttachment:		attach_form
MLWorks*licensingInfo*licLabel7.rightAttachment:	attach_form
MLWorks*licensingInfo*licLabel7.alignment:		alignment_center

MLWorks*licensingInfo*licensingExit.topAttachment:	attach_widget
MLWorks*licensingInfo*licensingExit.topWidget:		licLabel7

MLWorks*advertDialog*personalAdExit.bottomAttachment:	attach_form

MLWorks*list.visibleItemCount:			5
MLWorks*list.selectionPolicy:			single_select
!Sets the policy for display of horizontal scrollbar
MLWorks*list.listSizePolicy:			constant
MLWorks*.editMode:				multi_line_edit
MLWorks*BlinkRate:				0
MLWorks.widthInc:				0
MLWorks.heightInc:				0
MLWorks*XmText.editable:			false

!Very strange things happen if this resource is deleted or changed
MLWorks*menuBar.rowColumnType:			menu_bar

!Resources for mwm
MLWorks.deleteResponse:				do_nothing

!Scrolled graphics etc.
!Application Font resources
MLWorks*drawScroll.scrollingPolicy:		application_defined
MLWorks*drawScroll.scrollBarDisplayPolicy:	static
MLWorks*drawScroll.visualPolicy:		variable
MLWorks*drawScroll.width:			150
MLWorks*drawScroll.height:			100
MLWorks*drawScroll.XmScrollBar.increment:	20
MLWorks*drawPane.width:				250
MLWorks*drawPane.height:			200

MLWorks*historyMenu.width:			60

! System Messages window
MLWorks*messagesShell*messagesRC.orientation:	horizontal
MLWorks*messagesShell*messagesRC.alignment:	alignment_center
MLWorks*messagesShell*messagesRC.packing:	pack_column

! Breakpoint and Trace Managers
MLWorks*breakpointManager.title:		Breakpoint Manager
MLWorks*traceManager.title:			Trace Manager
MLWorks*listManagerButtonPane.orientation:	horizontal
MLWorks*listManagerForm*list.selectionPolicy:	multiple_select

!String input
MLWorks*stringInput.columns:			40
MLWorks*stringInput.editable:			true
MLWorks*stringInput.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:activate()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>l:redraw-display()\n\
	None <Key>Return:activate()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n

!String input in menu dialogs 
MLWorks*textInputFrame.orientation:		horizontal
MLWorks*textInput.columns:			20
MLWorks*textInput.marginWidth:			0
MLWorks*textInput.marginHeight:			0
MLWorks*textInput.borderWidth:			1
MLWorks*textInput.shadowThickness:		0
MLWorks*textInput.editable:			true
MLWorks*textInput.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:activate()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>l:redraw-display()\n\
	None <Key>Return:beep()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n

!Int input
MLWorks*intInputFrame.orientation:		horizontal
MLWorks*intInput.columns:			4
MLWorks*intInput.maxLength:			4
MLWorks*intInput.marginWidth:			0
MLWorks*intInput.marginHeight:			0
MLWorks*intInput.borderWidth:			1
MLWorks*intInput.shadowThickness:		0
MLWorks*intInput.editable:			true
MLWorks*intInput.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:activate()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>l:redraw-display()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n

MLWorks*optionsFrame.orientation:		vertical

!Debugger resources

MLWorks*debuggerText.rows:				1
MLWorks*debuggerText.columns:				50
MLWorks*debuggerArgsText.rows:				1
MLWorks*debuggerShell*buttonPane.orientation:		horizontal
MLWorks*debuggerArgsLabel.alignment:			alignment_beginning
MLWorks*debuggerFramesLabel.alignment:			alignment_beginning

!Error Browser resources

MLWorks*errorBrowserText.rows:			5
MLWorks*errorBrowserText.columns:		50
MLWorks*errorTextLabel.alignment:		alignment_beginning
MLWorks*errorBrowserTitle.alignment:		alignment_beginning

!Listener

MLWorks*buttonPane.orientation:           horizontal
MLWorks*buttonPane.packing:               pack_column
MLWorks*buttonPane.isHomogenous:          true
MLWorks*buttonPane.entryAlignment:        alignment_center

!Context Window

MLWorks*contextShell*list.visibleItemCount:	20

!Context Browser

MLWorks*browserShell*listLabel.alignment:	alignment_beginning
MLWorks*browserShell*selectionLabel.alignment:	alignment_beginning
MLWorks*browserShell*selectionText.editable:		false
MLWorks*browserShell*minWidth:			370
MLWorks*browserShell.minHeight:			500

! Nonsense line required by TWM
MLWorks*browserShell.geometry:					0x0

!File Viewer

MLWorks*fileViewerShell*locationLabel.alignment: 	alignment_beginning
MLWorks*textoutput.verifyBell:			false
MLWorks*textoutput.editable:			false
MLWorks*textoutput.columns:			80
MLWorks*textoutput.rows:			22
MLWorks*textoutput.wordWrap:			true
MLWorks*textoutput.scrollHorizontal:		false

!File Selection Boxes

!Needed for proper resizing on directory selection
MLWorks*selectionBox.resizePolicy:		resize_none

!IXI Motif 1.1
MLWorks*sb_text.editable:	true
MLWorks*sb_text.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:delete-to-end-of-line()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>l:redraw-display()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n
MLWorks*fsb_filter_text.editable:	true
MLWorks*fsb_filter_text.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:delete-to-end-of-line()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>l:redraw-display()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n

!OSF Motif 1.2
MLWorks*FilterText.editable:	true
MLWorks*FilterText.translations: #override\n\
	Ctrl <Key>a:beginning-of-line()\n\
	Ctrl <Key>e:end-of-line()\n\
	Ctrl <Key>d:delete-next-character()\n\
	Ctrl <Key>k:delete-to-end-of-line()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>b:backward-character()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n

!Inspector Tool

MLWorks*inspectorShell*valText.columns:			40
MLWorks*inspectorShell*typeText.columns:		40
MLWorks*inspectorShell*srcText.columns:			40
MLWorks*inspectorShell*valText.editable:		false
MLWorks*inspectorShell*typeText.editable:		false
MLWorks*inspectorShell*srcText.editable:		false

MLWorks*inspectorShell*valTitleLabel.alignment:		alignment_beginning
MLWorks*inspectorShell*typeTitleLabel.alignment:	alignment_beginning
MLWorks*inspectorShell*srcTitleLabel.alignment:		alignment_beginning
MLWorks*inspectorShell*graphLabel.alignment:		alignment_beginning

!Find Dialog

MLWorks*Find*findText.editable:         		true
MLWorks*Find*downRC.orientation:        		horizontal
MLWorks*Find*downRC.packing:            		pack_tight
MLWorks*Find*downRC.entryAlignment:             	alignment_center
MLWorks*Find*downRC.radioBehavior:                      true
MLWorks*Find*buttonsRC.orientation:             	horizontal
MLWorks*Find*buttonsRC.packing:         		pack_column
MLWorks*Find*buttonsRC.entryAlignment:                  alignment_center

!Project Workspace

MLWorks*projButtonsRC.orientation:			horizontal
MLWorks*projButtonsRC.packing:				pack_tight
MLWorks*projButtonsRC.entryAlignment:			alignment_center
MLWorks*projNameLabel.alignment:			alignment_beginning
MLWorks*projSourceLabel.alignment:			alignment_beginning
MLWorks*projObjectsLabel.alignment:			alignment_beginning
MLWorks*projBinariesLabel.alignment:			alignment_beginning

MLWorks*closeRC.orientation:				horizontal
MLWorks*closeRC.packing:				pack_column
MLWorks*closeRC.entryAlignment:				alignment_center

MLWorks*PWF_propFilesLabel.alignment:			alignment_beginning
MLWorks*PWF_removeRC.orientation:           		horizontal
MLWorks*PWF_removeRC.packing:               		pack_column
MLWorks*PWF_removeRC.entryAlignment:        		alignment_center

MLWorks*PWP_propFilesLabel.alignment:			alignment_beginning
MLWorks*PWP_removeRC.orientation:           		horizontal
MLWorks*PWP_removeRC.packing:               		pack_column
MLWorks*PWP_removeRC.entryAlignment:        		alignment_center

MLWorks*PWT_targetsLabel.alignment:			alignment_beginning
MLWorks*PWT_disableLabel.alignment:			alignment_beginning
MLWorks*PWT_modeLabel.alignment:			alignment_beginning
MLWorks*PWT_configLabel.alignment:			alignment_beginning
!MLWorks*PWT_detailsLabel.alignment:			alignment_beginning
MLWorks*PWT_typeLabel.alignment:			alignment_beginning
MLWorks*PWT_targetRC.orientation:           		horizontal
MLWorks*PWT_targetRC.packing:				pack_column
MLWorks*PWT_targetRC.entryAlignment:           		alignment_center
MLWorks*PWT_disableRC.orientation:           		horizontal
MLWorks*PWT_disableRC.packing:           		pack_column
MLWorks*PWT_disableRC.entryAlignment:          		alignment_center
MLWorks*PWT_modeConfigRC.orientation:          		horizontal
MLWorks*PWT_modeConfigRC.packing:			pack_column
MLWorks*PWT_modeConfigRC.entryAlignment:           	alignment_center
MLWorks*PWT_typesRC.orientation:           		horizontal
MLWorks*PWT_typesRC.radioBehavior:           		true
MLWorks*PWT_modeConfig.editable:			true

MLWorks*PWS_projRC.orientation:           		horizontal
MLWorks*PWS_projRC.packing:           			pack_column
MLWorks*PWS_projRC.entryAlignment:           		alignment_center
MLWorks*PWS_relProjRC.orientation:           		horizontal
MLWorks*PWS_relProjRC.packing:           		pack_column
MLWorks*PWS_relProjRC.entryAlignment:           	alignment_center

MLWorks*PWM_modeLabel.alignment:			alignment_beginning
MLWorks*PWM_newMode.editable:				true
MLWorks*PWM_modesRC.orientation:			horizontal
MLWorks*PWM_modesRC.packing:				pack_column
MLWorks*PWM_modesRC.entryAlignment:			alignment_center
MLWorks*PWM_addModeRC.orientation:			horizontal
MLWorks*PWM_addModeRC.packing:				pack_column
MLWorks*PWM_addModeRC.entryAlignment:			alignment_center
MLWorks*PWM_locText.editable:				true
MLWorks*PWM_locChangeRC.orientation:			horizontal
MLWorks*PWM_locChangeRC.packing:			pack_column
MLWorks*PWM_locChangeRC.entryAlignment:			alignment_center

MLWorks*PWC_configLabel.alignment:			alignment_beginning
MLWorks*PWC_addConfig.editable:				true
MLWorks*PWC_configRC.orientation:			horizontal
MLWorks*PWC_configRC.packing:				pack_column
MLWorks*PWC_configRC.entryAlignment:			alignment_center
MLWorks*PWC_addConfigRC.orientation:			horizontal
MLWorks*PWC_addConfigRC.packing:			pack_column
MLWorks*PWC_addConfigRC.entryAlignment:			alignment_center
MLWorks*PWC_configPathRC.orientation:			horizontal
MLWorks*PWC_configPathRC.packing:			pack_column
MLWorks*PWC_configPathRC.entryAlignment:		alignment_center
MLWorks*PWC_sourceLabel.alignment:			alignment_beginning
MLWorks*PWC_libraryLabel.alignment:			alignment_beginning

MLWorks*PWA_descLabel.alignment:			alignment_beginning
MLWorks*PWA_verLabel.alignment:				alignment_beginning
MLWorks*PWA_descText.editable:				true
MLWorks*PWA_verText.editable:				true

MLWorks*projWorkspaceShell*modNameLabel.alignment:	alignment_beginning
MLWorks*projWorkspaceShell*sourceFileLabel.alignment:	alignment_beginning
MLWorks*projWorkspaceShell*objectFileLabel.alignment:	alignment_beginning
MLWorks*projWorkspaceShell*listLabel.alignment:		alignment_beginning
MLWorks*projWorkspaceShell*console.alignment:		alignment_beginning
MLWorks*projWorkspaceShell*textIO.rows:			12

MLWorks*compManagerGraphShell*minWidth:			400
MLWorks*compManagerGraphShell.minHeight:		500

! Nonsense line required by TWM
MLWorks*compManagerGraphShell.geometry:			0x0

! Path Tool

MLWorks*pathToolShell*pathLabel.alignment:		alignment_beginning
MLWorks*pathToolShell*scrollBarDisplayPolicy:		static

MLWorks*pathToolShell*minWidth:				300
MLWorks*pathToolShell*minHeight:			200

! Nonsense line required by TWM
MLWorks*pathToolShell.geometry:				0x0

!Generic Dialogs

MLWorks*dialogButtons.orientation:	 	horizontal
MLWorks*dialogButtons.spacing:			3
MLWorks*dialogButtons.packing:			pack_column
MLWorks*dialogButtons.numColumns:		1

!Podium Resources

MLWorks.main.label.alignment:           	alignment_beginning
MLWorks.main*message.highlightThickness:	0
MLWorks.main*message.rows:			8
MLWorks.main*message.columns:			80

!Quit Dialogs

MLWorks*quitDialog.title:			MLWorks Exit Dialog
MLWorks*quitDialog*dialogStyle:			dialog_full_application_modal
MLWorks*quitDialog*message.messageString:	Select an action:
MLWorks*quitDialog*message.messageAlignment:	alignment_center

!Message Dialogs

MLWorks*messageDialog.title:			Message
MLWorks*messageDialog*dialogStyle:		dialog_full_application_modal

!Error Dialogs
MLWorks*errorMessageDialog.dialogStyle:		dialog_full_application_modal
MLWorks*errorMessageDialog.OkLabelString:	OK
MLWorks*errorMessageDialog.CancelLabelString:	Browse Errors
MLWorks*errorMessageDialog.HelpLabelString:	Help

!Text Windows
!This includes the listener windows

MLWorks*textIO.verifyBell:			false
MLWorks*textIO.editable:			true
MLWorks*textIO.columns:				80
MLWorks*textIO.rows:				22
MLWorks*textIO.wordWrap:			true
MLWorks*textIO.scrollHorizontal:		false

MLWorks*messagesShell*messages.columns:		80
MLWorks*messagesShell*messages.rows:		15

MLWorks*completions.title:			Completions
MLWorks*completions.minWidth:			300
MLWorks*searchList.title:			Matches
MLWorks*searchList.minWidth:			300

MLWorks*textIO.highlightThickness:		0
MLWorks*textIO.translations: #override\n\
	Ctrl <Key>a:activate()\n\
	Ctrl <Key>b:backward-character()\n\
	Ctrl <Key>e:activate()\n\
	Ctrl <Key>d:activate()\n\
	Ctrl <Key>f:forward-character()\n\
	Ctrl <Key>g:activate()\n\
	Ctrl <Key>j:newline()\n\
	Ctrl <Key>k:activate()\n\
	Ctrl <Key>l:redraw-display()\n\
	Ctrl <Key>n:next-line()\n\
	Mod1 <Key>n:activate()\n\
	Ctrl <Key>o:activate()\n\
	Ctrl <Key>p:previous-line()\n\
	Mod1 <Key>p:activate()\n\
	Ctrl <Key>u:activate()\n\
	Ctrl <Key>y:activate()\n\
	Ctrl <Key>w:activate()\n\
	Mod1 <Key>w:activate()\n\
	Mod1 <Key><:beginning-of-file() deselect-all()\n\
	Mod1 <Key>>:end-of-file() deselect-all()\n\
	Ctrl <Key>Return: newline()\n\
	None <Key>Return: activate()\n\
	None <Key>Tab: activate()\n\
	None <Key>Delete: delete-previous-character()\n\
	None <Key>BackSpace:delete-previous-character()\n\
	None <Key>osfCancel: activate()\n\
	None <Key>osfDelete: delete-previous-character()\n\
	None <Key>osfBackSpace:delete-previous-character()\n
!  On Windows, Shift+Enter is translated to line-feed (alledgedly), and is
!  used to insert a character without performing any other action.  On Motif,
!  we translate both Shift+Enter and Line Feed to enter a newline too.

! Profile popup
MLWorks*profilerShell*buttonPane.orientation:		horizontal
MLWorks*profilerShell*buttonPane.packing:		pack_column

MLWorks*profilerShell*functionButtonPane.orientation:	horizontal
MLWorks*profilerShell*functionButtonPane.packing:	pack_column

MLWorks*profilerShell*timeResults1.alignment:		alignment_beginning
MLWorks*profilerShell*timeResults2.alignment:		alignment_beginning
MLWorks*profilerShell*timeResults3.alignment:		alignment_beginning
MLWorks*profilerShell*timeResults4.alignment:		alignment_beginning
MLWorks*profilerShell*spaceResults1.alignment:		alignment_beginning
MLWorks*profilerShell*spaceResults2.alignment:		alignment_beginning
MLWorks*profilerShell*functionName.alignment:		alignment_beginning
MLWorks*profilerShell*functionTime.alignment:		alignment_beginning
MLWorks*profilerShell*functionSpace.alignment:		alignment_beginning

MLWorks*profilerShell*sliderPane.orientation:		horizontal
MLWorks*profilerShell*sliderPane.packing:		pack_tight
MLWorks*profilerShell*sliderPane.slider.orientation:	horizontal
MLWorks*profilerShell*sliderPane.slider.width:		300
MLWorks*profilerShell*sliderPane.slider.showValue:	true

MLWorks*profilerShell.minWidth:				420
MLWorks*profilerShell.minHeight:			600


! Nonsense line required by TWM
MLWorks*profilerShell.geometry:				0x0

!Function Profile popup
MLWorks*functionProfile.title:				Function Profile
MLWorks*functionProfile*buttonPane.orientation:		horizontal
MLWorks*functionProfile*buttonPane.packing:		pack_column
MLWorks*functionProfile*functionName.alignment:		alignment_beginning
MLWorks*functionProfile*functionTime.alignment:		alignment_beginning
MLWorks*functionProfile*functionSpace.alignment:	alignment_beginning

!Splash screen
MLWorks*timeLabel.x:	350
MLWorks*timeLabel.y:	50
MLWorks*versionLabel.x:	350
MLWorks*versionLabel.y:	18

