1 #ifndef _IMAGEADJUST_PRIVATE_H_
2 #define _IMAGEADJUST_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Imageadjust_DATA
9 struct Hook bitmap_hook
;
10 struct Hook appmessage_hook
;
12 struct Hook gradient_hook
;
13 struct Hook gradient_swap_hook
;
14 Object
*gradient_imagedisplay
;
15 Object
*gradient_type_cycle
;
16 Object
*gradient_horiz_button
;
17 Object
*gradient_vert_button
;
18 Object
*gradient_angle_slider
;
19 Object
*gradient_start_poppen
;
20 Object
*gradient_swap_button
;
21 Object
*gradient_end_poppen
;
22 char gradient_imagespec
[128];
24 Object
*pattern_image
[18];
25 ULONG last_pattern_selected
;
26 struct Hook pattern_select_hook
;
28 Object
*vector_image
[24];
29 ULONG last_vector_selected
;
30 struct Hook vector_select_hook
;
34 Object
*external_list
;
35 struct Hook external_display_hook
;
36 struct Hook external_construct_hook
;
37 struct Hook external_destruct_hook
;
44 #endif /* _IMAGEADJUST_PRIVATE_H_ */