[comp.windows.x] changing cursors with hp widgets

aho@es75.UUCP (Alex Ho) (08/08/89)

how does one change the cursor with the hp widget set? there doesn't
seem to be a XtNcursor field in any of the widgets.

thanks
alex

alex ho
evans & sutherland, computer division                ...decwrl!escd!aho
1808 n. shoreline blvd., mountain view, ca 94043   415 969 9300 ex 3557

joel@dtscp1.UUCP (Joel Rives) (08/09/89)

In article <8908080223.AA08381@es75.escd.uucp> aho@es75.UUCP (Alex Ho) writes:
>
>how does one change the cursor with the hp widget set? there doesn't
>seem to be a XtNcursor field in any of the widgets.
>

You can use the X library call XDefineCursor(display, window, cursor)
to alter the cursor for a specific window associated with a widget.

							Joel Rives