home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / system / MUI / developer / extclasses / mcc_tron / source / mui / mui33_mcc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  557 b   |  24 lines

  1. /*
  2.  
  3.     MCC fix for MUI 3.3
  4.  
  5.     mui33_mcc.h
  6.  
  7. */
  8.  
  9. #ifndef MUI_MUI33_MCC_H
  10. #define MUI_MUI33_MCC_H
  11.  
  12. #define MUIM_GetConfigItem                  0x80423edb /* V11 */
  13.  
  14. #define MUIM_Settingsgroup_ConfigToGadgets  0x80427043 /* V11 */
  15. #define MUIM_Settingsgroup_GadgetsToConfig  0x80425242 /* V11 */
  16.  
  17. struct  MUIP_Settingsgroup_ConfigToGadgets  { ULONG MethodID; Object *configdata; };
  18. struct  MUIP_Settingsgroup_GadgetsToConfig  { ULONG MethodID; Object *configdata; };
  19.  
  20. #define MUIM_Dataspace_Find                 0x8042832c /* V11 */
  21.  
  22. #endif /* MUI_MUI33_MCC_H */
  23.  
  24.