/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 *
 * The contents of this file are subject to the Netscape Public License
 * Version 1.0 (the "NPL"); you may not use this file except in
 * compliance with the NPL.  You may obtain a copy of the NPL at
 * http://www.mozilla.org/NPL/
 *
 * Software distributed under the NPL is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
 * for the specific language governing rights and limitations under the
 * NPL.
 *
 * The Initial Developer of this code under the NPL is Netscape
 * Communications Corporation.  Portions created by Netscape are
 * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
 * Reserved.
 */
/*-----------------------------------------*/
/*																		*/
/* Name:		<Xfe/Defaults.h>										*/
/* Description:	Xfe widgets important default resource values.			*/
/* Author:		Ramiro Estrugo <ramiro@netscape.com>					*/
/*																		*/
/*----------------------------------------------------------------------*/


#ifndef _XfeDefaults_h_								/* start Defaults.h	*/
#define _XfeDefaults_h_

#define XfeDEFAULT_ANIMATION_INTERVAL					100
#define XfeDEFAULT_ARM_OFFSET							0
#define XfeDEFAULT_BUFFER_TYPE							XmBUFFER_NONE
#define XfeDEFAULT_CASCADE_DELAY						250
#define XfeDEFAULT_COMBO_BOX_LIST_MARGIN_HEIGHT			2
#define XfeDEFAULT_COMBO_BOX_LIST_MARGIN_WIDTH			2
#define XfeDEFAULT_COMBO_BOX_LIST_SPACING				2
#define XfeDEFAULT_COMBO_BOX_LIST_VISIBLE_ITEM_COUNT	10
#define XfeDEFAULT_CYLON_INTERVAL						100
#define XfeDEFAULT_EMULATE_MOTIF						True
#define XfeDEFAULT_MAPPING_DELAY						250
#define XfeDEFAULT_MARGIN_BOTTOM						2
#define XfeDEFAULT_MARGIN_LEFT							2
#define XfeDEFAULT_MARGIN_RIGHT							2
#define XfeDEFAULT_MARGIN_TOP							2
#define XfeDEFAULT_POPUP_CURSOR							"arrow"
#define XfeDEFAULT_POPUP_DELAY							50
#define XfeDEFAULT_PREFERRED_HEIGHT						0
#define XfeDEFAULT_PREFERRED_WIDTH						0
#define XfeDEFAULT_SELECTION_COLOR						"LightBlue"
#define XfeDEFAULT_SHADOW_THICKNESS						1
#define XfeDEFAULT_SHADOW_TYPE							XmSHADOW_OUT
#define XfeDEFAULT_TOOL_BOX_DRAG_CURSOR					"hand2"

#endif												/* end Defaults.h	*/
