Rick Scott <[EMAIL PROTECTED]> writes: > > /* Set the cursor to an arrow. I didn't find a resource to do that. > > And I'm wondering why it hasn't an arrow cursor by default. */ > > XDefineCursor (XtDisplay (widget), XtWindow (widget), > > f->output_data.x->nontext_cursor); > > > > to make the pointer an arrow over the scroll bar. Is there a better > > way? > > > > > Don't XDefineCursor on the parent of the ScrollBar. I took a quick look, and it > seems that the Frame is managing the ScrollBar. So I don't see a way around > this one. Thanks, Rick.
