1 #ifndef _PALETTE_PRIVATE_H_
2 #define _PALETTE_PRIVATE_H_
4 /*** Instance data **********************************************************/
8 struct MUI_Palette_Entry
*entries
;
9 struct IClass
*notifyclass
;
10 Object
*list
, *coloradjust
;
14 struct Hook display_hook
;
15 struct Hook setcolor_hook
;
18 #endif /* _PALETTE_PRIVATE_H_ */