Re: How to change cursor

2008-03-25 Thread Gregory Hosler
| | |+--+ | | || area | | | |+--+ | | +-+ | | I need to change cursor from "pointer (arrow)" to "hand" when mouse cursor hovers over that area. | | I think, I need to capture "motion_notify_event" and check where cursor | places, but how to

How to change cursor

2008-03-25 Thread AlannY
from "pointer (arrow)" to "hand" when mouse cursor hovers over that area. I think, I need to capture "motion_notify_event" and check where cursor places, but how to change cursor image? I found a "gdk_window_set_cursor" function, but it takes "widget-&