home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TaskSwitchXP / TaskSwitchXP_1.0.26.exe / Source / ConfigTsXP / ownerdrawXp.h < prev    next >
C/C++ Source or Header  |  2004-06-14  |  510b  |  19 lines

  1. // ownerdrawXp.h
  2.  
  3. #ifndef __OWNERDRAWXP_H__
  4. #define __OWNERDRAWXP_H__
  5.  
  6. void InitOwnerDrawCtrls(HWND);
  7. void UxThemeChanged(HWND);
  8.  
  9. void SubClassUxIconButton(HWND, UINT, UINT);
  10. void SubClassUxColorButton(HWND, COLORREF);
  11. void DrawUxButton(const DRAWITEMSTRUCT *);
  12. void SetUxButtonColor(HWND, COLORREF);
  13. COLORREF GetUxButtonColor(HWND);
  14.  
  15.  
  16. typedef HRESULT (WINAPI *ENABLETHEMEDIALOGTEXTURE)(HWND, DWORD);
  17. extern ENABLETHEMEDIALOGTEXTURE g_pfnEnableThemeDialogTexture;
  18.  
  19. #endif // __OWNERDRAWXP_H__