Home
last modified time | relevance | path

Searched refs:hand_cursor (Results 1 – 25 of 327) sorted by last modified time

12345678910>>...14

/dports/x11-toolkits/gtk30/gtk+-3.24.31/docs/reference/gdk/
H A DMakefile.in595 images/hand_cursor.png \
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgtkimhtml.c570 gdk_window_set_cursor(win, GTK_IMHTML(imhtml)->hand_cursor); in gtk_motion_event_notify()
1204 gdk_cursor_unref(imhtml->hand_cursor); in gtk_imhtml_finalize()
1362 imhtml->hand_cursor = gdk_cursor_new (GDK_HAND2); in gtk_imhtml_init()
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dmain-win.c148 g_object_unref( mw->hand_cursor ); in main_win_finalize()
150 gdk_cursor_unref( mw->hand_cursor ); in main_win_finalize()
252 … mw->hand_cursor = gdk_cursor_new_for_display( gtk_widget_get_display((GtkWidget*)mw), GDK_FLEUR ); in main_win_init()
974 gdk_window_set_cursor( gtk_widget_get_window(widget), mw->hand_cursor ); in on_button_press()
/dports/deskutils/rubrica/rubrica2-2.1.6/src/
H A Ddata_view.c38 static GdkCursor* hand_cursor; variable
274 hand_cursor = gdk_cursor_new (GDK_HAND2); in rubrica_data_view_init()
482 gdk_window_set_cursor(window, hand_cursor); in set_cursor()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikufns.c778 ASSIGN_CURSOR (hand_cursor, BCursor_create_grab ()); in haiku_create_frame()
1347 BCursor_delete (f->output_data.haiku->hand_cursor); in haiku_free_frame_resources()
H A Dhaikuterm.h120 Emacs_Cursor hand_cursor; member
H A Dpgtkterm.c278 g_clear_object (&FRAME_X_OUTPUT (f)->hand_cursor); in x_free_frame_resources()
H A Dw32fns.c1215 Cursor cursor, nontext_cursor, mode_cursor, hand_cursor; in w32_set_mouse_color()
1279 hand_cursor in w32_set_mouse_color()
1284 hand_cursor = XCreateFontCursor (FRAME_W32_DISPLAY (f), XC_crosshair); in w32_set_mouse_color()
1331 XRecolorCursor (FRAME_W32_DISPLAY (f), hand_cursor, in w32_set_mouse_color()
1359 if (hand_cursor != f->output_data.w32->hand_cursor in w32_set_mouse_color()
1360 && f->output_data.w32->hand_cursor != 0) in w32_set_mouse_color()
1361 XFreeCursor (FRAME_W32_DISPLAY (f), f->output_data.w32->hand_cursor); in w32_set_mouse_color()
1362 f->output_data.w32->hand_cursor = hand_cursor; in w32_set_mouse_color()
6090 f->output_data.w32->hand_cursor = w32_load_cursor (IDC_HAND);
H A Dw32term.h360 HCURSOR hand_cursor; member
H A Dxwidget.c957 cursor = FRAME_X_OUTPUT (frame)->hand_cursor; in cursor_for_hit()
H A Dpgtkfns.c1617 INSTALL_CURSOR (hand_cursor, HAND2);
H A Dxterm.c14022 if (f->output_data.x->hand_cursor != 0) in x_free_frame_resources()
14023 XFreeCursor (FRAME_X_DISPLAY (f), f->output_data.x->hand_cursor); in x_free_frame_resources()
H A Dxterm.h685 Cursor hand_cursor; member
H A Dxfns.c1319 INSTALL_CURSOR (hand_cursor, hand); in x_set_mouse_color()
H A DChangeLog.1019628 (struct mac_output): Replace member cross_cursor by hand_cursor.
19637 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
19653 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
19663 hand_cursor.
19678 * macfns.c (x_set_mouse_color): Setup hand_cursor.
20563 * w32term.h (struct w32_output): New member hand_cursor.
H A Dnsterm.h903 Emacs_Cursor hand_cursor; member
H A Dpgtkterm.h265 Emacs_Cursor hand_cursor; member
H A Dnsfns.m1384 f->output_data.ns->hand_cursor = [NSCursor pointingHandCursor];
H A Dxdisp.c32774 FRAME_RIF (f)->define_frame_cursor (f, FRAME_OUTPUT_DATA (f)->hand_cursor); in show_mouse_face()
33720 cursor = FRAME_OUTPUT_DATA (f)->hand_cursor; in define_frame_cursor1()
33924 cursor = FRAME_OUTPUT_DATA (f)->hand_cursor; in note_mode_line_or_margin_highlight()
34226 cursor = FRAME_OUTPUT_DATA (f)->hand_cursor; in note_mouse_highlight()
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.220692 nontext_cursor, mode_cursor, hand_cursor and count.
H A DChangeLog.31588 * src/xdisp.c (note_mouse_highlight): Set cursor to 'hand_cursor'
/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()

12345678910>>...14