home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / canvas / complex / complex.cpp next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  456 b   |  20 lines

  1. //*********************************************************
  2. // Canvas - Complex Canvas Example
  3. //
  4. // Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. // Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. // All Rights Reserved.
  7. //*********************************************************
  8. #include <iapp.hpp>
  9.  
  10. #include "xcanvas.hpp"
  11. #include "xcanvas.h"
  12.  
  13. void main ( )
  14. {
  15.   ComplexCanvasWindow
  16.     window;
  17.   IApplication::current().run();
  18. }
  19.  
  20.