home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / Xfe / XfeAll.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  2.0 KB  |  63 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/XfeAll.h>                                            */
  21. /* Description:    Xfe widgets inclusion of all available widgets.            */
  22. /* Author:        Ramiro Estrugo <ramiro@netscape.com>                    */
  23. /*                                                                        */
  24. /*----------------------------------------------------------------------*/
  25.  
  26.  
  27. #ifndef _XfeAll_h_                                /* start XfeAll.h        */
  28. #define _XfeAll_h_
  29.  
  30. #include <Xfe/Arrow.h>
  31. #include <Xfe/BmButton.h>
  32. #include <Xfe/BmCascade.h>
  33. #include <Xfe/Button.h>
  34. #include <Xfe/Cascade.h>
  35. #include <Xfe/DashBoard.h>
  36. #include <Xfe/Label.h>
  37. #include <Xfe/Logo.h>
  38. #include <Xfe/Pane.h>
  39. #include <Xfe/ProgressBar.h>
  40. #include <Xfe/Tab.h>
  41. #include <Xfe/TaskBar.h>
  42. #include <Xfe/ToolBar.h>
  43. #include <Xfe/ToolBox.h>
  44. #include <Xfe/ToolItem.h>
  45. #include <Xfe/ToolScroll.h>
  46.  
  47. #if defined(XFE_WIDGETS_BUILD_DEMO)
  48. #include <Xfe/TempTwo.h>
  49. #endif /* XFE_WIDGETS_BUILD_DEMO */
  50.  
  51. #if defined(XFE_WIDGETS_BUILD_UNUSED)
  52. #include <Xfe/BypassShell.h>
  53. #include <Xfe/Chrome.h>
  54. #include <Xfe/ComboBox.h>
  55. #include <Xfe/FancyBox.h>
  56. #include <Xfe/FontChooser.h>
  57. #include <Xfe/FrameShell.h>
  58. #include <Xfe/Oriented.h>
  59. #endif /* XFE_WIDGETS_BUILD_UNUSED */
  60.  
  61. #endif                                            /* end XfeAll.h            */
  62.  
  63.