> I was wondering if there was a way to make a window in fltk 
> stay at the top of the z-order even if it loses focus? This 
> would be the equivalent of setting the TOPMOST attribute on a 
> windows in win32. Does anybody have any ideas?

There's no consistent cross-platform way to achieve this, so fltk
doesn't really support it. For your win32 version, you can use the win32
API to set this attribute for your window if you want to.

However, in a lot of gui design, setting a window that is always topmost
is considered "Bad Manners" these days - are you sure it's what you
should do? Just because you have seen it done by other designs need not
mean it is correct!





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

Reply via email to