1 typedef struct _ScaleRec
*ScaleWidget
;
11 typedef struct _ScaleRec
16 FindPixel (ScaleWidget sw
, short x
, short y
,
17 short * img_x
, short * img_y
, unsigned long * img_pixel
)
19 if (sw
->scale
.table
.x
[(int) *img_x
] +
20 (short) sw
->scale
.table
.width
[(int) *img_x
] < x
)
23 return FindPixel (sw
, x
, y
, img_x
, img_y
, img_pixel
);