I create a form and some components as children of it.
When I resize the form, the children dont resize as the same.
What should I do.
The components are list,text,button widget.
‹ How can I color the Button? Hi,dbl! ›
Tue, 08/07/2012 - 15:14
#1
How to keep with the size of the form
It depends on the constraint resources on the kids. You specify how each edge of each child is attached to the parent form and to the sibling. Perhaps you want the children to stretch proportionally; see XmATTACH_SELF or XmATTACH_POSITION.