> change this to:
>
> Fl_Double_Window::resize(i_x_pos, i_y_pos, i_x_len, i_y_len);
>
thanks, but no thank you. That'll make all the widgets proportional to the size
of the window --- not what I want.
If you want to see what I mean by 'debounce' resize, just create a window with
a resize method and put a printf statement in there. It literally goes nuts,
just a mouse button press on the window causes a flurry of them. For even more
fun, run it from a remote host (ssh) with a slow connection.
btw:
the do{...}while(0) loop is used to reduce cyclomatic complexity
Think of it as another tool to control branching (return, goto, jmp, br,...)
or you can say, it's the way I like to roll....
I am going to end the thread with the following:
Thank you all very much for your time and patience, it is greatly appreciated
--- I think the folks/support behind FLTK are really awesome.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk