> Read the Menu popup docs. > > - The popup menu window itself uses the box() that is stored > in MenuWindow::default_style. It is not possible (or at least > not easy) to make different popups have different borders. > > By default the box for that window is an UpBox. Change it to some other > box style like fltk::FLAT_BOX and it will change all popup menus.
Huhu, thank you for your help. I transfered your solution to my project and it worked great! fltk::MenuWindow::default_style->box(fltk::NO_BOX); does the job! Thank you a lot!!! But concerning my push-events-problem you have no idea, or? THX _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

