Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!inria!bull.bull.fr!echbull!s9ia.Berkeley.EDU!appli From: SylvieJean@s9ia.ec.bull.fr Newsgroups: comp.windows.x.motif Subject: multi line labelString in app_defaults Message-ID: <741@echbull.bull.fr> Date: 22 Nov 90 14:44:34 GMT Sender: news@bull.bull.fr Organization: BULL SA Lines: 23 Reply: I don't know how to specify the labelString of a pushbutton as containing \n characters in an app_defaults file. I want to visualize : --------- | READ | | NOTE | --------- My programm (motif 1.0) creates a pushbutton named "pb". In my app-default file I have tried : *pb.labelString: READ\nNOTE and *pb.labelString: 'READ' & 'NOTE' etc.. but it does not work. Do you have any solution ?