home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpentk.zip / WBPENTK4.DSK / IDOINKAT.IDL < prev    next >
Text File  |  1994-10-07  |  1KB  |  50 lines

  1. #ifndef __IDOINKATTR_IDL__
  2. #define __IDOINKATTR_IDL__
  3.  
  4. #include <idocomm.idl>
  5.  
  6. interface IDOInkAttr : IDOCommon
  7. {
  8.  
  9.    #ifdef __SOMIDL__
  10.    implementation
  11.    {
  12.       releaseorder: idoIncRefCount,
  13.                     idoDecRefCount
  14.                     ;
  15.  
  16.       functionprefix = IDOInkAttr;
  17.       filestem       = idoinkat;
  18.       callstyle      = idl;
  19.       majorversion   = 0;
  20.       minorversion   = 0;
  21.  
  22.  
  23.       #ifdef __RPIVATE__
  24.       passthru C_ih = "#define INCL_PM"
  25.                       "#include <os2.h>"
  26.                       "#include <idocomm.h>"
  27.                       ;
  28.       passthru C_h  = "";
  29.       #endif /* __PRIVATE__ */
  30.  
  31.       idoSetColor       : override;
  32.       idoGetColor       : override;
  33.       idoSetBackColor   : override;
  34.       idoGetBackColor   : override;
  35.       idoSetMix         : override;
  36.       idoGetMix         : override;
  37.       idoSetBackMix     : override;
  38.       idoGetBackMix     : override;
  39.       idoSetWidth       : override;
  40.       idoGetWidth       : override;
  41.       idoSetLineType    : override;
  42.       idoGetLineType    : override;
  43.       idoSetInkerData   : override;
  44.       idoGetInkerData   : override;
  45.    };
  46.    #endif
  47. };
  48.  
  49. #endif
  50.