Home
last modified time | relevance | path

Searched refs:hand_cursor (Results 126 – 150 of 327) sorted by relevance

12345678910>>...14

/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/gtk/
H A Dabout.c55 static GdkCursor *hand_cursor = NULL; variable
1080 if (!hand_cursor) in about_textview_uri_update()
1081 hand_cursor = gdk_cursor_new(GDK_HAND2); in about_textview_uri_update()
1084 gdk_window_set_cursor(window, uri ? hand_cursor : text_cursor); in about_textview_uri_update()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/gtk/
H A Dabout.c55 static GdkCursor *hand_cursor = NULL; variable
1080 if (!hand_cursor) in about_textview_uri_update()
1081 hand_cursor = gdk_cursor_new(GDK_HAND2); in about_textview_uri_update()
1084 gdk_window_set_cursor(window, uri ? hand_cursor : text_cursor); in about_textview_uri_update()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/gtk/
H A Dabout.c55 static GdkCursor *hand_cursor = NULL; variable
1080 if (!hand_cursor) in about_textview_uri_update()
1081 hand_cursor = gdk_cursor_new(GDK_HAND2); in about_textview_uri_update()
1084 gdk_window_set_cursor(window, uri ? hand_cursor : text_cursor); in about_textview_uri_update()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/gtk/
H A Dabout.c55 static GdkCursor *hand_cursor = NULL; variable
1080 if (!hand_cursor) in about_textview_uri_update()
1081 hand_cursor = gdk_cursor_new(GDK_HAND2); in about_textview_uri_update()
1084 gdk_window_set_cursor(window, uri ? hand_cursor : text_cursor); in about_textview_uri_update()
/dports/x11/florence/florence-0.6.3/src/
H A Dview.c481 if (!view->hand_cursor) { in view_update()
484 view->hand_cursor=TRUE; in view_update()
486 } else if (view->hand_cursor) { in view_update()
488 view->hand_cursor=FALSE; in view_update()
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/gtk/
H A Dabout.c55 static GdkCursor *hand_cursor = NULL; variable
1080 if (!hand_cursor) in about_textview_uri_update()
1081 hand_cursor = gdk_cursor_new(GDK_HAND2); in about_textview_uri_update()
1084 gdk_window_set_cursor(window, uri ? hand_cursor : text_cursor); in about_textview_uri_update()
/dports/databases/libgda5/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL; variable
820 if (! hand_cursor) in set_cursor_if_appropriate()
821 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
824 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL; variable
820 if (! hand_cursor) in set_cursor_if_appropriate()
821 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
824 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL; variable
820 if (! hand_cursor) in set_cursor_if_appropriate()
821 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
824 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL;
820 if (! hand_cursor)
821 hand_cursor = gdk_cursor_new (GDK_HAND2);
824 hand_cursor);
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL; variable
820 if (! hand_cursor) in set_cursor_if_appropriate()
821 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
824 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL;
820 if (! hand_cursor)
821 hand_cursor = gdk_cursor_new (GDK_HAND2);
824 hand_cursor);
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/schema-browser/
H A Dtable-columns.c788 static GdkCursor *hand_cursor = NULL; variable
820 if (! hand_cursor) in set_cursor_if_appropriate()
821 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
824 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dchatline.c672 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
679 if (!hand_cursor) { in set_cursor_if_appropriate()
680 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
707 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dchatline.c672 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
679 if (!hand_cursor) { in set_cursor_if_appropriate()
680 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
707 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dchatline.c678 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
685 if (!hand_cursor) { in set_cursor_if_appropriate()
686 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
713 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dchatline.c678 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
685 if (!hand_cursor) { in set_cursor_if_appropriate()
686 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
713 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dchatline.c678 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
685 if (!hand_cursor) { in set_cursor_if_appropriate()
686 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
713 hand_cursor); in set_cursor_if_appropriate()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dchatline.c678 static GdkCursor *hand_cursor = NULL; in set_cursor_if_appropriate() local
685 if (!hand_cursor) { in set_cursor_if_appropriate()
686 hand_cursor = gdk_cursor_new_for_display( in set_cursor_if_appropriate()
713 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c676 static GdkCursor *hand_cursor = NULL; variable
707 if (! hand_cursor) in set_cursor_if_appropriate()
708 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
711 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c676 static GdkCursor *hand_cursor = NULL; variable
707 if (! hand_cursor) in set_cursor_if_appropriate()
708 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
711 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas.c241 static GdkCursor *hand_cursor = NULL; variable
278 if (! hand_cursor) in motion_notify_event_cb()
279 hand_cursor = gdk_cursor_new (GDK_HAND2); in motion_notify_event_cb()
281 hand_cursor); in motion_notify_event_cb()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/
H A Dgdaui-cloud.c676 static GdkCursor *hand_cursor = NULL; variable
707 if (! hand_cursor) in set_cursor_if_appropriate()
708 hand_cursor = gdk_cursor_new (GDK_HAND2); in set_cursor_if_appropriate()
711 hand_cursor); in set_cursor_if_appropriate()
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas.c241 static GdkCursor *hand_cursor = NULL;
278 if (! hand_cursor)
279 hand_cursor = gdk_cursor_new (GDK_HAND2);
281 hand_cursor);
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas.c241 static GdkCursor *hand_cursor = NULL; variable
278 if (! hand_cursor) in motion_notify_event_cb()
279 hand_cursor = gdk_cursor_new (GDK_HAND2); in motion_notify_event_cb()
281 hand_cursor); in motion_notify_event_cb()

12345678910>>...14