home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ibmodf.zip / OPEND_HH.ZIP / FOCI.HH < prev    next >
Text File  |  1995-04-13  |  699b  |  28 lines

  1. #ifndef _DTS_HH_INCLUDED_foci
  2. #define _DTS_HH_INCLUDED_foci
  3. // This file was generated by the IBM "DirectToSOM" emitter for C++ (V1.71)
  4. // Generated at 04/13/95 11:38:50 EDT
  5.  
  6.      #define kODNullFocus 0
  7.      
  8.      // Returned by iterators. Ignored
  9.      #define kODKeyFocus "Key"
  10.      #define kODMenuFocus "Menu"
  11.      #define kODSelectionFocus "Selection"
  12.      #define kODModalFocus "Modal"
  13.      #define kODScrollingFocus "Scrolling"
  14.      #define kODMouseFocus "Mouse"
  15. /* Start Module OpenDoc_Foci */
  16.  
  17.  
  18. class OpenDoc_Foci {
  19. #pragma SOMModule (OpenDoc_Foci)
  20.  
  21.   public :
  22.      #define OpenDoc_Foci_Version "1.0."
  23. };
  24.  
  25. /* End OpenDoc_Foci */
  26.  
  27. #endif /* _DTS_HH_INCLUDED_foci */
  28.