Path: utzoo!attcan!uunet!cs.utexas.edu!usc!nic.csu.net!csus.edu!wuarchive!julius.cs.uiuc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fs2.rud.fzi!neumann From: neumann@fs2.rud.fzi (Dieter Neumann) Newsgroups: comp.windows.x.motif Subject: Keywords: RowColumn Message-ID: <90.323.16:40:29@ira.uka.de> Date: 19 Nov 90 17:18:09 GMT Sender: news@ira.uka.de (USENET News System) Lines: 24 Subject:novice question: RowColumn widget Organization: FZI Karlsruhe Distribution: comp.windows.x.motif Date: Mon, 19 Nov 90 16:40:29 GMT Lines: 19 I have got a variable set of togglebuttons which I want to manage in a scolled widget, but the scrolled widget shall not scroll horizontal. Furthermore I want, that the togglebuttons appear in more than one column, if their width is small enough. I tried also this: XtSetArg (al[ac], XmNwidth, 800); ac++; XtSetArg (al[ac], XmNresizeWidth, False); ac++; XtSetArg (al[ac], XmNorientation, XmHORIZONTAL); ac++; It works except that the resulting height of the RowColumn widget is just the height for only one line of togglebuttons. I'm using Motif 1.1 on a Sun 4 Thanks for any help