XmFrame Child Spacing

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

Questions about motif? Contact us

4 posts / 0 new
Last post
XmFrame Child Spacing

Submitted by Anonymous on Wed, 04/09/2003 - 16:19.

I`m using BXPro 6.1.1 to create a couple XmFrames, each containing a few sets of labels and text fields. My problem is that when I view the resulting UI, it ends up that the labels and text fields are all overlapped and bunched up at the very top. How do I space these things out?

 

 

Wed, 04/09/2003 - 20:03#1

ICS_support

XmFrame Child Spacing

I think the XmFrame widgets need to be within a manager widget that lays them out appropriately. I don`t know what "appropriately" is for your application, so try inserting an XmRowColumn in the hierarchy for the simplest linear layout.

  •  

 

Thu, 04/10/2003 - 11:23#2

Thu, 04/10/2003 - 11:23#2

Anonymous

XmFrame Child Spacing

The XmFrames themselves are within an XmRowColumn. Are you saying I need an XmRowColumn inside my XmFrame to lay out the children correctly?

Thu, 04/10/2003 - 19:18#3

Thu, 04/10/2003 - 19:18#3

Anonymous

XmFrame Child Spacing

I solved this by putting an XmForm inside my XmFrame.