home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib3 / v_03_02 / 3n02048a < prev    next >
Encoding:
Text File  |  1995-11-01  |  642 b   |  16 lines

  1.  
  2. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-Begin Listing 8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3. /*****************************************************/
  4. /* transbtn.h                                        */
  5. /* -- Interface to transparent button control        */
  6. /*    module.                                        */
  7. /*****************************************************/
  8.  
  9. /* Class name for transparent button control. */
  10. #define szTransButtonClass    "TransButton"
  11.  
  12. /* Routine creates the control class. */
  13. BOOL    FCreateTransButtonClass(HANDLE, HCURSOR);
  14. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-End   Listing 8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  15.  
  16.