Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!bbn!metasoft!mark From: mark@metasoft.UUCP (Mark Zand) Newsgroups: comp.windows.x Subject: problem with label, command, text widgets Keywords: Xt toolkit, widgets Message-ID: <809@metasoft.UUCP> Date: 28 Jun 89 14:17:23 GMT Distribution: usa Organization: Meta Software Corporation, Cambridge MA Lines: 7 I am using shell widget (transientShellWidgetClass) as a parent to command, label and text widgets (this seems to be the only way to force their position). After creation of all this I may want to change label for command and label widgets and background pixmap for all 3. To do this I use XtSetValues with proper args. However, I get a run-time error from X "parent has no geometry manger" (I assume it's manager). How can I change these properties (label and background pixmap) ? Response via email to mark%metasoft.uucp@BBN.COM will be espacially appreciated.