Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!gatech!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: how to change the name of a widget Message-ID: <9012131714.AA12875@excess.lcs.mit.edu> Date: 13 Dec 90 17:14:42 GMT References: <49269@seismo.CSS.GOV> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 12 > 2.) Is there a (semi-elegant) way to change the name (widget->core->name) > of a widget that has been created. I could possibly do the change > by brute force and set the field myself, but I wonder what the > side effects would be..... As a rule, application programmers should not access fields of the widget data structure. Changing this field will not be effective in changing the name of the widget. The widget's name is given at the time that it is created and cannot be changed after that time. The name of a widget is not a resource.