home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / OWLAPP.CC < prev    next >
C/C++ Source or Header  |  1994-10-17  |  2KB  |  47 lines

  1. /******************************************************************************
  2. *                         ** Company Confidential **
  3. *                  ** Copyright 1994, All rights Reserved **
  4. * %Z%%M% version %I% date:%G%
  5. ******************************************************************************/
  6.  
  7. // -MQBeg- [Module_Includes] [owlapp_cc] <00000020.00000000> Retained!
  8. #include <owl\owlpch.h>
  9. #include <owl\applicat.h>
  10. #include <owl\framewin.h>
  11. #include <owl\dialog.h>
  12. #include <owl\dc.h>
  13. #include "ttteng.h"
  14. #include "tttdisp.h"
  15. #include "tttcont.h"
  16. #include "owlapp.h"
  17. #include "owlwin.h"
  18. // -MQEnd- [Module_Includes] [owlapp_cc] <00000020.00000000> 
  19.  
  20. // -MQBeg- [Module_Declarations_1] [owlapp_cc] <00000020.00000000> Retained!
  21. int
  22. OwlMain(int /*argc*/, char* /*argv*/ [])
  23. {
  24.   return TTTApp().Run();
  25. }
  26. // -MQEnd- [Module_Declarations_1] [owlapp_cc] <00000020.00000000> 
  27.  
  28. // -MQBeg- [Class_Body] [TTTApp] <00000000.0000001F> 
  29. /******************************************************************************
  30.                                     TTTApp
  31. ******************************************************************************/
  32.  
  33. void
  34. TTTApp::InitMainWindow()
  35. {
  36. // -MQBeg- [Op_Body] [TTTApp::InitMainWindow] <0000002E.0000004E> Retained!
  37.   MainWindow = new TTTWin(new TTT_Engine);
  38.   MainWindow->AssignMenu("TOOL_MENU");
  39.   MainWindow->SetIcon(this, "ICON_1");
  40. // -MQEnd- [Op_Body] [TTTApp::InitMainWindow] <0000002E.0000004E> 
  41. }
  42.  
  43. // -MQEnd- [Class_Body] [TTTApp] <00000000.0000001F> 
  44.  
  45. // -MQBeg- [Module_Declarations_2] [owlapp_cc] <00000020.00000000> Retained!
  46. // -MQEnd- [Module_Declarations_2] [owlapp_cc] <00000020.00000000> 
  47.