Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ra!emory!hubcap!ncrcae!ncr-sd!SanDiego.NCR.COM!ivory.SanDiego.NCR.COM!jabir From: jabir@ivory.SanDiego.NCR.COM (Jabir Hussien) Newsgroups: comp.windows.x.motif Subject: force new column in XmRowColumn (XmPACK_TIGHT) Message-ID: <1991May10.195721.4386@donner.SanDiego.NCR.COM> Date: 10 May 91 19:57:21 GMT Sender: rock@donner.SanDiego.NCR.COM (Rock Kent) Reply-To: jabir@ivory.SanDiego.NCR.COM (Jabir Hussien) Organization: NCR Corporation, Rancho Bernardo Lines: 25 Hi, Is there any way in Motif 1.0 to tell a RowColumn widget to start a new column when packing is set to XmPACK_TIGHT? Basically, I am looking for something like XmCreateRowColumn(...) XtManageChild(XmCreate...) XtManageChild(XmCreate...) XtManageChild(XmCreate...) XtManageChild(XmCreate...) XtManageChild(XmCreate...) XtManageChild(XmCreate...) I can't do it by setting the height of the RowColumn because it has to be big enough to accomodate the longest column, but not all columns have the same height, i.e. sometimes I want to wrap and start a new column even though there may be space in the current column. Or do I have to resort to the Form widget? Thanks much. Jabir