I am trying to use different icons for different windows in my app under 
windows - using Fl_Window::icon() method.
However all the windows get the icon set by the first one no matter what I pass 
to the others.

Maybe to have different icons the windows must be of different xclass?
If I understand it correctly, all fltk windows have the same class name to 
process events with the same event function translating win32 events to fltk 
ones.
Is there any work-around? Any thoughts?

Thanks,
R.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to