[comp.windows.x.motif] How to make a blank label from UIL?

mdv@comtst.UUCP (Mike Verstegen) (12/13/90)

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