home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / notebk.zip / NOTETEST.hpp < prev    next >
Text File  |  1994-02-15  |  273b  |  18 lines

  1. #include "notetest.h"
  2.  
  3. #include <IAPP.HPP>
  4. #include <IFRAME.HPP>
  5. #include <IFRAMEVT.HPP>
  6. #include <IFRAMHDR.HPP>
  7. #include <INOTEBK.HPP>
  8.  
  9. class Settings: public IFrameWindow
  10. {
  11.  
  12. public:
  13.    Settings ();
  14.   ~Settings ();
  15. private:
  16.   INotebook*    pNotebook;
  17. };
  18.