home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / classlib.zip / pm.zip / usr / include / pm / container.h < prev    next >
C/C++ Source or Header  |  1994-08-31  |  126b  |  13 lines

  1. #ifndef _CONTAINER_H_
  2. #define _CONTAINER_H_
  3.  
  4. #include "Window.h"
  5.  
  6. @interface Container : Window
  7. {
  8. }
  9.  
  10. @end
  11.  
  12. #endif
  13.