Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!TUB.BITNET!net From: net@TUB.BITNET (Oliver Laumann) Newsgroups: comp.windows.x Subject: Bug in Athena scrollbar widget (float resource) Message-ID: <8812151556.AA23981@tub.UUCP> Date: 15 Dec 88 15:56:56 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 The srollbar widget has resources of the representation type XtRFloat (e.g. `shown'). These resources are declared as `float'. This is wrong; it is impossible to set a resource of type `float' using XtSetValues() (for instance, a float cannot be assigned to an XtArgVal). The type should be float* instead. (By the way, is this the reason why the widget class exports a function XtScrollbarSetThumb, which would not be necessary if one could set the resources directly? :-) Regards, -- Oliver Laumann net@TUB.BITNET net@tub.UUCP