How to keep with the size of the form

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
How to keep with the size of the form

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! ›

It depends on the constraint

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.