Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!oliveb!ames!coherent!bjoyce From: bjoyce@coherent.com (Bob Joyce) Newsgroups: comp.windows.x Subject: Constraint Class Question Message-ID: <22927@coherent.com> Date: 29 Mar 89 18:03:13 GMT Distribution: comp Organization: Coherent Thought Inc., Palo Alto CA Lines: 10 Can the constraint_class.set_values procedure of a constraint widget C assume that C's constraint_class.initialize procedure has already executed? If so, C's widget children cannot call XtSetValues() in their core_class.initialize procedure, even to set ordinary, non-constraint resource values. But calling XtSetValues() may be the easiest way for a widget class to override default values specified by its superclasses. If not, how can C's constraint_class.set_values procedure know whether a child's constraint data has been initialized?