Home
last modified time | relevance | path

Searched refs:tip_f (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikufns.c1728 struct frame *tip_f; variable
1811 tip_f = XFRAME (tip_frame);
1821 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
1823 haiku_set_offset (tip_f, root_x, root_y, 1);
1824 haiku_visualize_frame (tip_f);
1920 tip_f = XFRAME (tip_frame);
1921 window = FRAME_ROOT_WINDOW (tip_f);
1958 adjust_frame_glyphs (tip_f);
1985 haiku_set_offset (tip_f, root_x, root_y, 1);
1989 SET_FRAME_VISIBLE (tip_f, 1);
[all …]
H A Dpgtkfns.c3220 struct frame *f, *tip_f; variable
3285 tip_f = XFRAME (tip_frame);
3293 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
3294 FRAME_PIXEL_HEIGHT (tip_f), &root_x, &root_y);
3383 tip_f = XFRAME (tip_frame);
3384 window = FRAME_ROOT_WINDOW (tip_f);
3418 FRAME_TOTAL_COLS (tip_f) = w->total_cols;
3419 adjust_frame_glyphs (tip_f);
3451 gtk_widget_show_all (FRAME_GTK_OUTER_WIDGET (tip_f));
3452 SET_FRAME_VISIBLE (tip_f, 1);
[all …]
H A Dxfns.c7114 struct frame *f, *tip_f; variable
7181 tip_f = XFRAME (tip_frame);
7189 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
7191 XMoveWindow (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f),
7280 tip_f = XFRAME (tip_frame);
7281 window = FRAME_ROOT_WINDOW (tip_f);
7317 FRAME_TOTAL_COLS (tip_f) = w->total_cols;
7318 adjust_frame_glyphs (tip_f);
7348 XMoveResizeWindow (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f),
7350 XMapRaised (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f));
[all …]
H A Dw32fns.c7306 struct frame *tip_f; variable
7349 tip_f = XFRAME (tip_frame);
7359 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
7360 FRAME_PIXEL_HEIGHT (tip_f), &root_x, &root_y);
7374 SET_FRAME_VISIBLE (tip_f, 1);
7471 tip_f = XFRAME (tip_frame);
7472 window = FRAME_ROOT_WINDOW (tip_f);
7509 adjust_frame_glyphs (tip_f);
7541 : FRAME_COLUMN_WIDTH (tip_f));
7547 FRAME_EXTERNAL_MENU_BAR (tip_f));
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dxfns.c6883 struct frame *f, *tip_f; variable
6950 tip_f = XFRAME (tip_frame);
6958 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
6960 XMoveWindow (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f),
7049 tip_f = XFRAME (tip_frame);
7050 window = FRAME_ROOT_WINDOW (tip_f);
7084 FRAME_TOTAL_COLS (tip_f) = w->total_cols;
7085 adjust_frame_glyphs (tip_f);
7114 XMoveResizeWindow (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f),
7116 XMapRaised (FRAME_X_DISPLAY (tip_f), FRAME_X_WINDOW (tip_f));
[all …]
H A Dw32fns.c7336 struct frame *tip_f; variable
7379 tip_f = XFRAME (tip_frame);
7389 compute_tip_xy (tip_f, parms, dx, dy, FRAME_PIXEL_WIDTH (tip_f),
7390 FRAME_PIXEL_HEIGHT (tip_f), &root_x, &root_y);
7404 SET_FRAME_VISIBLE (tip_f, 1);
7501 tip_f = XFRAME (tip_frame);
7502 window = FRAME_ROOT_WINDOW (tip_f);
7537 adjust_frame_glyphs (tip_f);
7568 : FRAME_COLUMN_WIDTH (tip_f));
7574 FRAME_EXTERNAL_MENU_BAR (tip_f));
[all …]