Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / imageadjust_private.h
blob4b04e83b08da8ee0a35fa0874600c7137b7019fe
1 #ifndef _IMAGEADJUST_PRIVATE_H_
2 #define _IMAGEADJUST_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Imageadjust_DATA
7 Object *bitmap_string;
8 Object *bitmap_image;
9 struct Hook bitmap_hook;
11 struct Hook gradient_hook;
12 struct Hook gradient_swap_hook;
13 Object *gradient_imagedisplay;
14 Object *gradient_type_cycle;
15 Object *gradient_horiz_button;
16 Object *gradient_vert_button;
17 Object *gradient_angle_slider;
18 Object *gradient_start_poppen;
19 Object *gradient_swap_button;
20 Object *gradient_end_poppen;
21 char gradient_imagespec[128];
23 Object *pattern_image[18];
24 ULONG last_pattern_selected;
25 struct Hook pattern_select_hook;
27 Object *vector_image[24];
28 ULONG last_vector_selected;
29 struct Hook vector_select_hook;
31 Object *color_group;
33 Object *external_list;
34 struct Hook external_display_hook;
35 struct Hook external_construct_hook;
36 struct Hook external_destruct_hook;
38 char *imagespec;
39 LONG adjust_type;
40 Object *originator;
43 #endif /* _IMAGEADJUST_PRIVATE_H_ */