I want to change the mouse cursor to a hand, for clicking an image.
hlp<-gimage("help", dirname="stock", size="dialog")
addHandlerClicked(hlp, handler=function(h,...) {
browseURL("http://....")})
I have read other post related but setCursor doesn't work on Widgets.
Thank you
Looking here (how can i change the shape mouse cursor in gWidgets RGtk2?) you can see what you need for RGtk2. Try this:
That works under Mac OS X. If it doesn't work for you, can you indicate which OS you are trying?