Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "211) Why is my application so huge?"
Next document is "213)+ After I call XtSetValues, when will I see the changes in my"
212) How can I improve performance when creating and deleting
hundreds of text widgets?
[Last modified: June 95]
Answer: This is mostly a problem with Motif 1.2.0 through 1.2.2. Later
versions are much better. If you're stuck with an early version of Motif 1.2,
you may be able to greatly improve performance by batching the drop site
updates: surround the create or delete code with XmDropSiteStartUpdate and
XmDropSiteEndUpdate. Alternatively, you can completely disable drag-and-drop
for your application. See the subject: "How can I disable Drag and Drop in my
Motif 1.2 client?"
Ken Lee, http://www.rahul.net/kenton/
Parent document is top of "Motif FAQ (Part 6 of 9)"
Previous document is "211) Why is my application so huge?"
Next document is "213)+ After I call XtSetValues, when will I see the changes in my"