w. szukalski schrieb: > The HelpView.cxx does not allow to add() or insert() a widget. > I have tried to do that. No visible result either using add() > or insert(). > > The number of children() is incremented by one. That is all > I see. > > Is there a way to add() or insert() a widget ?
Yes, you are using it successful. I think you miss to show() the new widget and will see more by new_widget->show(). _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

