Andrew Waldrum schrieb: > I am trying to create a control panel that will appear or hide on a full > screen Fl_Gl_Window. When I attempt this my buttons work(I can press, > select, slide things) but are visually overwritten by the openGL > window.
> Any ideas on how to make my buttons visible? What does "panel" mean in detail? You could create a "toolbox" (panel?) by using a non modal Fl_Window. This way the buttons will be in a second window, which stays always on top of the openGL window. This kind of program design e.g. is used by GIMP. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

