Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ISI.COM!tsang From: tsang@ISI.COM (Kam C. Tsang) Newsgroups: comp.windows.x.motif Subject: (none) Message-ID: <9105310122.AA00481@phecda> Date: 31 May 91 01:22:52 GMT References: <1991May30.195137.23995@porthos.cc.bellcore.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 7 > I'm placing some XmString text, created with XmStringCreateLtoR, > in Push-Buttons which are on a bulletin board in a scrolled window. > The text is always centered in the buttons; I want it left-justified. Try setting the resource XmNalignment to XmALIGNMENT_BEGINNING. -kam