Lines Matching defs:cursor
1112 GdkCursor *cursor;
1158 cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget),
1161 cursor);
1162 gdk_cursor_unref (cursor);
1182 cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget),
1185 cursor);
1186 gdk_cursor_unref (cursor);
1768 GdkCursor *cursor;
1772 cursor = NULL;
1777 cursor = gdk_cursor_new_for_display (display, GDK_HAND2);
1780 gdk_window_set_cursor (GDL_DOCK_ITEM_GRIP (item->_priv->grip)->title_window, cursor);
1782 if (cursor)
1783 gdk_cursor_unref (cursor);