> Maybe you don't even need to call insert() if your just moving > widgets around, since 'sorting' has more to do with the widget > x/y positions than it does with their position in the internal > arrays. >
Exactly. I just add() the widgets, then sort the child array by x/y position. Thanks Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

