Hi, Is there some (even a rocky one) to use Fl_Window::icon(...) the same way in Windows and Linux? May be with a .ico file?
Or does fltk just hand whatever is placed in _icon by Fl_Window:icon(...) to the appropriate os function to set the program icon? I would like to load a *.ico file (or some other image file format) as a char array and just set it with the ::icon method, in windows and linux. If this is not possible at all, how do i use a *.ico as program icon in linux? I fear i have to, as for a xpm, use some X-function to create a Pixmap(<- what is this actually??, this special type seems to come out of the fltk includes [may be because of them including X includes?], though it is the return type of a X-function). And finally just to make sure: i cannot use a Fl_Pixmap for this matter, right? Thanks ahead for some help _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

