On 5 Aug 2012, at 16:58, Coder wrote:

> Hi,
> 
> Does anyone know how I can minimize my fltk app to the system tray?
> 
> For FLTK 1.3.0 version.


Not built-in to fltk, since it is not a credible thing to do in a 
cross-platform way - the "system tray" only exists on WinXX hosts, though 
*some* other window managers have a similar system in their docks...

If you want some platform specific code to do this for Windows, try:

    http://www.9edgedown.talktalk.net/fl_tray_icon.html 

Which is the response I posted last time this came up (circa 2007) and has some 
working code.

Well, it worked at the time with fltk-1.1.something.

Probably still fine with fltk-1.3.






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

Reply via email to