home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / strategy / hangman.zip / PictureButton.h < prev    next >
C/C++ Source or Header  |  1996-01-13  |  893b  |  42 lines

  1. // PictureButton.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CPictureButton window
  6. #ifndef CPICTUREBUTTON_H
  7. #define CPICTUREBUTTON_H
  8.  
  9. class CPictureButton : public CBitmapButton
  10. {
  11. // Construction
  12. public:
  13.     CPictureButton();
  14.     BOOL AutoLoad(UINT nID, CWnd* pParent);
  15.     void DrawItem(LPDRAWITEMSTRUCT lpDis);
  16.  
  17. // Attributes
  18. public:
  19.  
  20. // Operations
  21. public:
  22.  
  23. // Overrides
  24.     // ClassWizard generated virtual function overrides
  25.     //{{AFX_VIRTUAL(CPictureButton)
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29. public:
  30.     virtual ~CPictureButton();
  31.  
  32.     // Generated message map functions
  33. protected:
  34.     //{{AFX_MSG(CPictureButton)
  35.         // NOTE - the ClassWizard will add and remove member functions here.
  36.     //}}AFX_MSG
  37.  
  38.     DECLARE_MESSAGE_MAP()
  39. };
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42. #endif