Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
334 B

  1. /*
  2. * Manual Gadget utility methods
  3. */
  4. #ifndef DUI_UTIL_GADGET_H_INCLUDED
  5. #define DUI_UTIL_GADGET_H_INCLUDED
  6. #pragma once
  7. namespace DirectUI
  8. {
  9. void SetGadgetOpacity(HGADGET hgad, BYTE dAlpha);
  10. void OffsetGadgetPosition(HGADGET hgad, int x, int y);
  11. } // namespace DirectUI
  12. #endif // DUI_UTIL_GADGET_H_INCLUDED