!	$Id: //depot2/idl/Resource/idl-resource/trunk/src/X11/lib/X11/app-defaults/Idl#2 $
!
! This application defaults file provides values used by IDL.

Idl*fontList: 			fixed

Idl*CLL*background: gray96
! Idl*CLL*foreground: gray10
Idl*CLL*Mac*fontList: lucidasans-14
Idl*CLL*Mac*small*fontList: lucidasans-14
Idl*CLL*Mac*fixed*fontList: 8x13
! Idl*CLL*Mac*editable*fontList: 9x15
Idl*CLL*Linux*fontList: lucidasans-10
Idl*CLL*Linux*small*fontList: lucidasans-10
Idl*CLL*Linux*fixed*fontList: 8x13
Idl*CLL*editable*background: white
Idl*CLL*highlightThickness: 0
Idl*CLL*indicatorOn: INDICATOR_CHECK_BOX
Idl*CLL*toggle*selectColor: gray96
Idl*CLL*toggle*fillOnSelect: false

! The following resources are now handled by IDL's preference
! system. Setting them may cause IDL to display messages to
! this effect at startup.
!Idl.retain:			1
!Idl.graphicsWindowWidth:	640
!Idl.graphicsWindowHeight:	512
!Idl.graphicsWindow14Screen:	True

! Set reasonable foreground, background color
!
Idl*background:                 #C0C0C0
Idl*foreground:                 Black

#ifdef sun
!
! Motif Sun IDL. Make the Delete key work in text widgets.
!
Idl*XmText.translations:   #override \n\
	<Key>osfDelete:    delete-previous-character()\n
Idl*XeTextEd.translations:   #override \n\
	<Key>osfDelete:    delete-previous-character()\n
#endif

! Size, resize behavior of the File Selection box, dialog_pickfile()
Idl*XmFileSelectionBox.resizePolicy:	XmRESIZE_GROW
Idl*XmFileSelectionBox.width:		400

! Make scroll wheel work in IDL widgets.
! Use #override to change the default scroll distance from 3 units back to 1 unit.
Idl*XmScrollBar.baseTranslations:       #override \
        <Btn4Down>,<Btn4Up>:   IncrementUpOrLeft(0) IncrementUpOrLeft(1)\n\
        <Btn5Down>,<Btn5Up>:   IncrementDownOrRight(0) IncrementDownOrRight(1)\n
Idl*XmText.baseTranslations:    #augment Shift<Btn4Down>:       page-left()\n\
        Shift<Btn5Down>:        page-right()\n\
        <Btn5Down>:     scroll-one-line-up()\n\
        <Btn4Down>:     scroll-one-line-down()\n

! Mouse double-click interval in milliseconds
! Idl*multiClickTime:  300
