home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / ui / ui.h < prev    next >
C/C++ Source or Header  |  1995-04-08  |  2KB  |  80 lines

  1.  
  2.  
  3.  
  4.  
  5. #ifndef _ui_h_ /* Sat Dec 25 15:27:19 1993 */
  6. #define _ui_h_
  7.  
  8.  
  9.  
  10.  
  11.  
  12. /*
  13.  *
  14.  *          Copyright (C) 1994, M. A. Sridhar
  15.  *  
  16.  *
  17.  *     This software is Copyright M. A. Sridhar, 1994. You are free
  18.  *     to copy, modify or distribute this software  as you see fit,
  19.  *     and to use  it  for  any  purpose, provided   this copyright
  20.  *     notice and the following   disclaimer are included  with all
  21.  *     copies.
  22.  *
  23.  *                        DISCLAIMER
  24.  *
  25.  *     The author makes no warranties, either expressed or implied,
  26.  *     with respect  to  this  software, its  quality, performance,
  27.  *     merchantability, or fitness for any particular purpose. This
  28.  *     software is distributed  AS IS.  The  user of this  software
  29.  *     assumes all risks  as to its quality  and performance. In no
  30.  *     event shall the author be liable for any direct, indirect or
  31.  *     consequential damages, even if the  author has been  advised
  32.  *     as to the possibility of such damages.
  33.  *
  34.  */
  35.  
  36.  
  37.  
  38.  
  39. #if defined(__MS_WINDOWS__)
  40. #include <windows.h>
  41. #endif
  42.  
  43. #include "ui/applic.h"
  44. #include "ui/arc.h"
  45. #include "ui/bitmap.h"
  46. #include "ui/btngroup.h"
  47. #include "ui/canvas.h"
  48. #include "ui/chord.h"
  49. #include "ui/cntroler.h"
  50. #include "ui/containr.h"
  51. #include "ui/cursor.h"
  52. #include "ui/dialog.h"
  53. #include "ui/dsplsurf.h"
  54. #include "ui/ellipse.h"
  55. #include "ui/event.h"
  56. #include "ui/label.h"
  57. #include "ui/lineseg.h"
  58. #include "ui/menu.h"
  59. #include "ui/monthcal.h"
  60. #include "ui/orbtngrp.h"
  61. #include "ui/piewedge.h"
  62. #include "ui/point.h"
  63. #if defined(__MS_WINDOWS__) || defined(__OS2__)
  64. #include "ui/printjob.h"  // PrintJob is only available under MS Windows
  65. #endif
  66. #include "ui/pushbtn.h"
  67. #include "ui/rectangl.h"
  68. #include "ui/scrolbar.h"
  69. #include "ui/stddlg.h"
  70. #include "ui/stencil.h"
  71. #include "ui/stred.h"
  72. #include "ui/strview.h"
  73. #include "ui/textedit.h"
  74. #include "ui/timer.h"
  75. #include "ui/toglbtn.h"
  76. #include "ui/xrbtngrp.h"
  77. #include "ui/xrtglbtn.h"
  78.  
  79. #endif /* _ui_h_ */
  80.