> Is there a way to use this function with a FLTK widget : > > http://msdn.microsoft.com/en-us/library/ms648064(VS.85,printer).aspx
That's the win32 DrawIcon method? I guess you can use that, it is possible to get suitable values for all the parameters that it needs. But, what are you trying to achieve? There is probably a better, more portable, way to do that, since that method will obviously only work on win32 platforms. Fltk already has ways of displaying various images on widgets, so using a win32 specific method seems like a backwards step... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

