In a Drawing Area of ggraphics in gWidgets changes the mouse cursor to \"GDK_TCROSS\",but i want the same mouse cursor of the gwindow \"GDK_LEFT_PTR\":
gtkWidgetModifyCursor modifies the colors of the cursor. You need to set the cursor through gdkWindowSetCursor. For that you need to grab the window associated with the widget: