ButtonXP.h 674 B

123456789101112131415161718
  1. // ButtonXP.h: interface for the CButtonXP class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "ClassXP.H"
  5. #if !defined(AFX_BUTTONXP_H__1EF7F226_1308_49E6_B2E0_CE2B85D47422__INCLUDED_)
  6. #define AFX_BUTTONXP_H__1EF7F226_1308_49E6_B2E0_CE2B85D47422__INCLUDED_
  7. LRESULT ButtonWindowProc(PCLASSXP pCxp, UINT message, WPARAM wParam, LPARAM lParam);
  8. VOID WINAPI DrawPushButtonXP(PCLASSXP pCxp);
  9. VOID WINAPI DrawPushGroupBoxXP(PCLASSXP pCxp);
  10. VOID WINAPI DrawPushStateBoxXP(PCLASSXP pCxp);
  11. VOID WINAPI ButtonDrawPushText(PCLASSXP pCxp, HDC hDC, RECT rc);
  12. #endif // !defined(AFX_BUTTONXP_H__1EF7F226_1308_49E6_B2E0_CE2B85D47422__INCLUDED_)