! $Id: Latitude,v 1.29 1996/06/14 23:26:27 pinky Exp $
! (c) Copyright 1990-1996 The Latitude Group, Inc.  All Rights Reserved.
! 
! This documentation contains Latitude confidential information and trade
! secrets.  Use of this documentation is subject to agreement with Latitude.
! Although this work is copyrighted, publication or disclosure is not
! thereby implied.
! 
! This file contains the preferred defaults for running applications
! enabled by the Latitude.
!
! Resources that are commented out show the default value for 
! the resource.


!============================!
! General Latitude resources !
!============================!

Latitude*geometry:		+0+65
Latitude*fontList:		-adobe-helvetica-bold-r-normal--*-120-75-75-*-*-iso8859-1
!Latitude*background:		#c0c0c0
Latitude*foreground:		black
Latitude*selectionTimeout:	60000

! The activateDelay resource may be used whenever the Window Manager resource
! keyboardFocusPolicy is set to "pointer".  This resource is the number of
! milliseconds that a window must retain the focus before it is activated
! by the application.
!Latitude*activateDelay:	2000


!====================!
! Menu Bar resources !
!====================!

Latitude*menuShell.geometry:	+0+0
Latitude*menuBar.orientation:	XmHORIZONTAL
Latitude*menuBar*marginHeight:	1
Latitude*menuBar.spacing:	7
Latitude*menuBar*fontList: 	-adobe-helvetica-bold-r-normal--*-120-75-75-*-*-iso8859-1

! disable F10
Latitude*menuBar*menuAccelerator:	0 

! Menu bar locations.  Possible values are "document" and/or "floating".
Latitude*menubarPlacement:	document

! If menubarPlacement is set to "document," only the window 
! with the focus will have its menubar items sensitive while all other 
! windows will have desensitized, disabled, menubar items. To 
! make all menubar items sensitive in all windows, this X resource 
! should be set to "False".  Possible values are "True" or "False".
!Latitude*onlyActiveMenubarSensitive:	True

! Help Button Label.
Latitude*helpButton*labelString:	Info

! Location of Help Button. Possible locations are "left" or "right".
Latitude*helpButtonAlignment:		right


!=========================!
! Miscellaneous resources !
!=========================!

! This lets you control the application's arrow cursor.
! It will also be the arrow cursor used by Motif in its menus.
!
! For a complete list of cursors, see the Motif docs
Latitude*menuCursor:		top_left_arrow

! Document iconification.  Possible values are "True" or "False".
Latitude*iconifyDocuments:	True

! Document maximize.  Possible values are "True" or "False".
Latitude*maximizeDocuments:	True

! Use Backing Store (if available). Possible values are "True" or "False".
! Set to False if running into X-server performance problems.
Latitude*backingStore:		True

! Enable QA partner support. Possible values are "True" or "False".
!Latitude*qaPartner:		False

! Display depth preference is a list containing user preferred depths.
! Possible values are: "default", "minimum", "maximum", "32", "16", "8",
! "4", "2", "1".
!Latitude*useDepth:		default

! Disable application window restacking. The GUI window stack will no
! longer match the toolbox window list. All window restacking
! is controlled by interaction with the window manager. Possible
! values are "True" or "False".
!Latitude*disableWindowRestacking:	True

! By default, Latitude has a 1-to-1 correlation between the X window
! focus and the Mac active window. Mac window activation is created by
! generating a fake mouseDown inDrag event whenever the window gets the
! focus. This fake event is dispatched as a Mac activate event for the
! window getting the focus. If the X window manager keyboardFocusPolicy
! is set to "pointer", problems may arrise as the user passes the mouse
! over the application windows. 
!
! By setting windowActivationFollowsFocus to False, mac window activation
! is decoupled from the X focus and only occurs when the window has
! the focus and keyboard activity has occurred, ie. a key is pressed, 
! or the user has explicitly clicked inside the window.
!
! Possible values for windowActivationFollowsFocus are "True" or "False".
!Latitude*windowActivationFollowsFocus:	True

! Latitude has the ability to specify palette windows as floaters via
! LG_APP_INFO_BLOCK or lg_latitude_next_window().  Floating windows are
! maintained in front of document windows by the X window manager.  In
! general, Latitude activates windows by generating inDrag events that
! become Mac window activate events.  If the application has specified
! floaters and the Latitude GUI detects that a floater needs to become the
! active window, then the default behavior is to instead activate the
! document window.  However, if your application is expecting a Mac
! activate event in the palette window, then set this resource to
! "True". Possible values are "True" or "False".
!Latitude*activateFloaters:	False

! A Latitude window's visRgn is only clipped by the rect specified by
! the X display. Clipping with respect to other windows is
! left upto the X server and is not represented in the visRgn region.  To
! maintain an accurate visRgn region for a window, ie. clipped with
! respect to other windows, set this value to "True". Possible values 
! are "True" or "False".
!Latitude*maintainVisRgn:	False

! If menubarPlacement is set to "document", FindWindow(thePoint, *theWindow) 
! will report inMenuBar when thePoint is inside a window but
! over the window's menubar, and theWindow will be null. By setting
! reportInMenubarWindow to "True", FindWindow will return the appropriate
! window pointer inside theWindow. Possible values are "True" or "False".
!Latitude*reportInMenubarWindow:	False

! When available, use the native GUI's Color Chooser dialog to service
! Macintosh Toolbox GetColor() calls instead of the Color Picker dialog 
! supplied by Latitude. By default, this resource is "True".
! Possible values are "True" or "False".
!Latitude*useNativeColorChooser:	True

! Set the window title for the native GUI's Color Chooser dialog.
Latitude*colorChooser_popup*title: Latitude Color Chooser

! native Alert Titles
Latitude*Warning_popup*title:		Stop
Latitude*Information_popup*title:	Note
Latitude*Question_popup*title:		Caution
Latitude*Message_popup*title:		Message
Latitude*Info_popup*title:		Information
Latitude*Error_popup*title:		Error


!=================!
! Motif resources !
!=================!

Latitude*XmDrawingArea*XmPushButton*shadowThickness:	3
Latitude*XmDrawingArea*XmPushButton*highlightThickness:	1
Latitude*XmDrawingArea*XmPushButton*fontList:		-adobe-helvetica-bold-r-normal--*-100-75-75-*-*-iso8859-1

Latitude*XmDrawingArea*XmScrollBar*height:		15
Latitude*XmDrawingArea*XmScrollBar*width:		15
Latitude*XmDrawingArea*XmScrollBar*troughColor:		#c0c0c0

Latitude*XmDrawingArea*XmToggleButton*spacing:		4
Latitude*XmDrawingArea*XmToggleButton*highlightThickness:	0
Latitude*XmDrawingArea*XmToggleButton*marginHeight:	0
Latitude*XmDrawingArea*XmToggleButton*alignment:	ALIGNMENT_BEGINNING
Latitude*XmDrawingArea*XmToggleButton*selectColor:	red
Latitude*XmDrawingArea*XmToggleButton*fontList:		-adobe-helvetica-medium-r-normal--*-120-75-75-*-*-iso8859-1

Latitude*XmMenuShell*XmToggleButton*selectColor:	red
Latitude*XmMenuShell*XmToggleButton*indicatorSize:	17
Latitude*XmMenuShell*fontList: 				-adobe-helvetica-bold-r-normal--*-120-75-75-*-*-iso8859-1

