home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / wxwin140 / include / wx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-19  |  1.6 KB  |  49 lines

  1. /*
  2.  * File:     wx.h
  3.  * Purpose:  Window library main include file
  4.  *
  5.  *                       wxWindows 1.40
  6.  * Copyright (c) 1993 Artificial Intelligence Applications Institute,
  7.  *                   The University of Edinburgh
  8.  *
  9.  *                     Author: Julian Smart
  10.  *                       Date: 18-4-93
  11.  *
  12.  * Permission to use, copy, modify, and distribute this software and its
  13.  * documentation for any purpose is hereby granted without fee, provided
  14.  * that the above copyright notice, author statement and this permission
  15.  * notice appear in all copies of this software and related documentation.
  16.  *
  17.  * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
  18.  * IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
  19.  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  20.  *
  21.  * IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE
  22.  * UNIVERSITY OF EDINBURGH BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
  23.  * CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
  24.  * LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
  25.  * DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
  26.  * THE USE OR PERFORMANCE OF THIS SOFTWARE.
  27.  */
  28.  
  29. #ifndef wx_wxh
  30. #define wx_wxh
  31.  
  32. #include "common.h"
  33. #include "wx_win.h"
  34. #include "wx_frame.h"
  35. #include "wx_dc.h"
  36. #include "wx_canvs.h"
  37. #include "wx_panel.h"
  38. #include "wx_text.h"
  39. #include "wx_main.h"
  40. #include "wx_event.h"
  41. #include "wx_list.h"
  42. #include "wx_gdi.h"
  43. #include "wx_dialg.h"
  44. #include "wx_form.h"
  45. #include "wx_ipc.h"
  46. #include "wx_timer.h"
  47.  
  48. #endif // wx_wxh
  49.