home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / Xfe / Defaults.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  2.2 KB  |  55 lines

  1. /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18. /*-----------------------------------------*/
  19. /*                                                                        */
  20. /* Name:        <Xfe/Defaults.h>                                        */
  21. /* Description:    Xfe widgets important default resource values.            */
  22. /* Author:        Ramiro Estrugo <ramiro@netscape.com>                    */
  23. /*                                                                        */
  24. /*----------------------------------------------------------------------*/
  25.  
  26.  
  27. #ifndef _XfeDefaults_h_                                /* start Defaults.h    */
  28. #define _XfeDefaults_h_
  29.  
  30. #define XfeDEFAULT_ANIMATION_INTERVAL                    100
  31. #define XfeDEFAULT_ARM_OFFSET                            0
  32. #define XfeDEFAULT_BUFFER_TYPE                            XmBUFFER_NONE
  33. #define XfeDEFAULT_CASCADE_DELAY                        250
  34. #define XfeDEFAULT_COMBO_BOX_LIST_MARGIN_HEIGHT            2
  35. #define XfeDEFAULT_COMBO_BOX_LIST_MARGIN_WIDTH            2
  36. #define XfeDEFAULT_COMBO_BOX_LIST_SPACING                2
  37. #define XfeDEFAULT_COMBO_BOX_LIST_VISIBLE_ITEM_COUNT    10
  38. #define XfeDEFAULT_CYLON_INTERVAL                        100
  39. #define XfeDEFAULT_EMULATE_MOTIF                        True
  40. #define XfeDEFAULT_MAPPING_DELAY                        250
  41. #define XfeDEFAULT_MARGIN_BOTTOM                        2
  42. #define XfeDEFAULT_MARGIN_LEFT                            2
  43. #define XfeDEFAULT_MARGIN_RIGHT                            2
  44. #define XfeDEFAULT_MARGIN_TOP                            2
  45. #define XfeDEFAULT_POPUP_CURSOR                            "arrow"
  46. #define XfeDEFAULT_POPUP_DELAY                            50
  47. #define XfeDEFAULT_PREFERRED_HEIGHT                        0
  48. #define XfeDEFAULT_PREFERRED_WIDTH                        0
  49. #define XfeDEFAULT_SELECTION_COLOR                        "LightBlue"
  50. #define XfeDEFAULT_SHADOW_THICKNESS                        1
  51. #define XfeDEFAULT_SHADOW_TYPE                            XmSHADOW_OUT
  52. #define XfeDEFAULT_TOOL_BOX_DRAG_CURSOR                    "hand2"
  53.  
  54. #endif                                                /* end Defaults.h    */
  55.