home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / extlib / valueset / testvset.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  1.5 KB  |  48 lines

  1. /************************************************************
  2. / Extending the Library - Value Set Example
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / All Rights Reserved.
  6. ************************************************************/
  7. #define M_STYLE            100
  8. #define M_STYLE_BORDER     101
  9. #define M_STYLE_ITEMBORDER 102
  10. #define M_STYLE_RTL        103
  11. #define M_STYLE_SCALE      104
  12. #define M_STYLE_OWNERDRAW  105
  13.  
  14. #define M_DIMENSIONS                200
  15. #define M_DIMENSIONS_QUERY          201
  16. #define M_DIMENSIONS_SET            202
  17. #define M_DIMENSIONS_ITEMSIZE       210
  18. #define M_DIMENSIONS_ITEMSIZE_QUERY 211
  19. #define M_DIMENSIONS_ITEMSIZE_SET   212
  20. #define M_DIMENSIONS_SPACING        220
  21. #define M_DIMENSIONS_SPACING_QUERY  221
  22. #define M_DIMENSIONS_SPACING_SET    222
  23. #define M_DIMENSIONS_MIN            230
  24. #define M_DIMENSIONS_MIN_QUERY      231
  25. #define M_DIMENSIONS_MIN_SIZE       232
  26.  
  27. #define M_ITEMS        300
  28. #define M_ITEMS_BITMAP 301
  29. #define M_ITEMS_COLOR  302
  30. #define M_ITEMS_ICON   303
  31. #define M_ITEMS_TEXT   304
  32.                         
  33. #define M_ITEMSTYLE           400
  34. #define M_ITEMSTYLE_SET       401
  35. #define M_ITEMSTYLE_ENABLE    402
  36. #define M_ITEMSTYLE_DISABLED  403
  37. #define M_ITEMSTYLE_DRAG      404
  38. #define M_ITEMSTYLE_DROP      405
  39. #define M_ITEMSTYLE_OWNERDRAW 406
  40.  
  41. #define M_COLORS         500
  42. #define M_COLORS_BACK    501
  43. #define M_COLORS_BORDERS 502
  44. #define M_COLORS_FORE    503
  45. #define M_COLORS_HILITE  504
  46.  
  47. #define ID_PALETTE 1
  48.