Path: utzoo!attcan!uunet!comtst!mdv From: mdv@comtst.UUCP (Mike Verstegen) Newsgroups: comp.windows.x.motif Subject: How to make a blank label from UIL? Message-ID: <328@comtst.UUCP> Date: 12 Dec 90 23:15:57 GMT Distribution: na Organization: Domain Systems Inc., WPB, FL Lines: 22 In the following Motif 1.0 UIL fragment, the widget realized displays the contents "widget-0-399-7" in the label instead of being blank. XmLabel { ! null body, I want an empty label. }; In reading the documentations, it appears that the default value is NULL. I interpreted this to mean an empty string in the label field, but obviously I'm wrong. I want to update this label from the application at a later time, so I just want to start with it emtpy. Is there any other way to achieve this result other than explicitly saying XmLabel { arguments { XmNlabelString = ' '; }; }; -- Mike Verstegen Domain Systems, Inc Voice +1 407 686-7911 ..!uunet!comtst!mdv 5840 Corporate Way #100 Fax +1 407 478-2542 mdv@domain.com West Palm Beach, FL 33407