home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / Xfe / PrepareP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  3.8 KB  |  87 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/PrepareP.h>                                        */
  21. /* Description:    Widget component preparation codes.                        */
  22. /* Author:        Ramiro Estrugo <ramiro@netscape.com>                    */
  23. /*                                                                        */
  24. /*----------------------------------------------------------------------*/
  25.  
  26.  
  27. #ifndef _XfePrepareP_h_                            /* start PrepareP.h        */
  28. #define _XfePrepareP_h_
  29.  
  30. /*----------------------------------------------------------------------*/
  31. /*                                                                        */
  32. /* XfeLabel - superclass = XfePrimitive                                    */
  33. /*                                                                        */
  34. /*----------------------------------------------------------------------*/
  35. #define _XFE_PREPARE_LABEL_STRING                    XfePrepare1
  36.  
  37. /*----------------------------------------------------------------------*/
  38. /*                                                                        */
  39. /* XfeButton - superclass = XfeLabel                                    */
  40. /*                                                                        */
  41. /*----------------------------------------------------------------------*/
  42. #define _XFE_PREPARE_BUTTON_PIXMAP                    XfePrepare2
  43. #define _XFE_PREPARE_BUTTON_ARMED_PIXMAP            XfePrepare3
  44. #define _XFE_PREPARE_BUTTON_RAISED_PIXMAP            XfePrepare4
  45. #define _XFE_PREPARE_BUTTON_INSENSITIVE_PIXMAP        XfePrepare5
  46.  
  47. /*----------------------------------------------------------------------*/
  48. /*                                                                        */
  49. /* XfeLogo - superclass = XfeButton                                        */
  50. /*                                                                        */
  51. /*----------------------------------------------------------------------*/
  52. #define _XFE_PREPARE_LOGO_ANIMATION                    XfePrepare6
  53.  
  54. /*----------------------------------------------------------------------*/
  55. /*                                                                        */
  56. /* XfeTab - superclass = XfeButton                                        */
  57. /*                                                                        */
  58. /*----------------------------------------------------------------------*/
  59. #define _XFE_PREPARE_TAB_BOTTOM_PIXMAP                XfePrepare6
  60. #define _XFE_PREPARE_TAB_HORIZONTAL_PIXMAP            XfePrepare7
  61. #define _XFE_PREPARE_TAB_LEFT_PIXMAP                XfePrepare8
  62. #define _XFE_PREPARE_TAB_RIGHT_PIXMAP                XfePrepare9
  63. #define _XFE_PREPARE_TAB_TOP_PIXMAP                    XfePrepare10
  64. #define _XFE_PREPARE_TAB_VERTICAL_PIXMAP            XfePrepare11
  65. #define _XFE_PREPARE_TAB_BOTTOM_RAISED_PIXMAP        XfePrepare12
  66. #define _XFE_PREPARE_TAB_HORIZONTAL_RAISED_PIXMAP    XfePrepare13
  67. #define _XFE_PREPARE_TAB_LEFT_RAISED_PIXMAP            XfePrepare14
  68. #define _XFE_PREPARE_TAB_RIGHT_RAISED_PIXMAP        XfePrepare15
  69. #define _XFE_PREPARE_TAB_TOP_RAISED_PIXMAP            XfePrepare16
  70. #define _XFE_PREPARE_TAB_VERTICAL_RAISED_PIXMAP        XfePrepare17
  71.  
  72. /*----------------------------------------------------------------------*/
  73. /*                                                                        */
  74. /* XfeComboBox - superclass = XfeManager                                */
  75. /*                                                                        */
  76. /*----------------------------------------------------------------------*/
  77. #define _XFE_PREPARE_ARROW                            XfePrepare1
  78.  
  79. /*----------------------------------------------------------------------*/
  80. /*                                                                        */
  81. /* XfeToolBar - superclass = XfeOriented                                */
  82. /*                                                                        */
  83. /*----------------------------------------------------------------------*/
  84. #define _XFE_PREPARE_MAX_CHILD_DIMENSIONS            XfePrepare1
  85.  
  86. #endif                                            /* end PrepareP.h        */
  87.