How much children a composite widget can handle?

Hello OpenMotif experts,

I want to know, how much children a composite widget can handle? Currently, i have a composite widget which has about 1,400 children (all of its children are gadgets).

Everytime I change all of its children's position in one time (i change it by accessing w->core.x, because i know if i change it with XtSetValues it will cause Expose event to be fired), and then I add a new gadget (and manage it) to this composite, I get annoying lag.

If someone can help me, I'll be very thankful.


ismailfaruqi

ismailfaruqi's picture

How much children a composite widget can handle?

um, I think I have found the solution, thanks..