pushparaj muthu wrote:

> Hi
> 
> 
> 
> We are putting different image on box on run time depends upon the
> condition
> 
> 
> 
> Is it possible to check the box holding currently which image?
> 
> 
> 
> Regards
> 
> Pushparaj

Assuming you are using FLTK 1.3 (works for FLTK 1.1.9 too), try examining
the result of Fl_Box::image(). Again, very little info to go on here, but I
assume you are setting the image with some Fl_Image*. In that case, keep
all the Fl_Image* you have (e.g. in a list or array) and compare
Fl_Box::image() to those.

-- 
Alvin
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to