[comp.windows.x] cursors - how2

meo@stiatl.UUCP (Miles O'Neal) (03/03/89)

I am assuming that if I define a cursor in the core part of
a widget via the XtResources array, that I don't have to
destroy it in the widget's Destroy() routine. In fact, I am
assuming I should NOT do this. Correct?

Now, while trying not to get carried away, we are using
a number of cursors in different places, especially in
popups. If we create them on the fly, should we also
delete them on the fly? Should we create them all once, and
just reference those, and then destroy them when the
application shuts down? What is "normal" here, and what
is "optimal"?

-Miles
gatech!stiatl!meo