matthiasm schrieb:
> 
> On Mar 7, 2007, at 2:05 PM, Andreas Schömann wrote:
> 
>> Question: How can I reliably react on clicking the border of a window?
> 
> Clicking on the border does not necessarily create any message at all. 
> You may be able to pick up something platform specific using 
> Fl::add_handle(), for example some kind of "raise" event.
> 

Hmmmh, that sounds complicated and like a lot of digging in OS specific 
documentation. Not an attractive idea...

Anyway, I have an other question:

Catching the FL_PUSH event has the disadvantage of causing some blinking 
if several open windows have to be "shown". Hence I would like to 
suppress show() if it is not necessary, i.e. the window in question is 
not covered by an other window from an other application. Can FLTK 
provide me information on coverage that I might utilize? One idea: FLTK 
keeps book about clipping regions, doesn't it? This might help me. If 
such info is available how can I retrieve it?

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

Reply via email to