Alvin wrote: > Yeah, I have found several functions that seems to have their documentation > missing (they existed in the previous plain HTML docs) and parameters > miss-labeled (as in int a, int b, int c and docs say xmin, ymin, xmax, > etc.). The miss-labels arguments are mainly caused by missing argument > variables in the function prototype/declaration which is valid syntax but > makes the documentation sort of cryptic. I've been meaning to prepare a > patch that fixes some of that (rather than just complaining about it). > Hopefully I can over the holidays.
Help is always appreciated. Hints for missing and wrong documentation as well. If you can supply a patch, even better :-) > But, to get back on topic, what is the best/preferred way to accomplish what > I am trying to do (Dynamically hide a group)? Is it preferred to resize the > window (shrink/expand) to fit _or_ to resize the contents to consume the > current window's dimensions? I can't really answer this question. The problem to look at is more if you have to expand the window: If it doesn't fit on the desktop, you may also have to move it or also shrink its contents to fit... Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

