Searched refs:base_height (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/less-25/less/
H A Dscrsize.c72 win_attributes.height -= hints.base_height;
/macosx-10.10/vim-55/src/proto/
H A Dgui_riscos.pro14 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
H A Dgui_mac.pro28 void gui_mch_set_winsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
31 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
H A Dgui_gtk_x11.pro23 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
H A Dgui_photon.pro14 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
H A Dgui_x11.pro14 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
H A Dgui_w16.pro62 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
H A Dgui_w32.pro64 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
/macosx-10.10/vim-55/src/
H A Dgui.c1229 int base_height; local
1231 base_height = 2 * gui.border_offset;
1233 base_height += gui.scrollbar_height;
1241 base_height += gui.menu_height;
1246 base_height += (TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT);
1248 base_height += gui.toolbar_height;
1254 base_height += gui.tabline_height;
1258 base_height += gui.footer_height;
1261 base_height += gui_mch_text_area_extra_height();
1264 return base_height;
1379 int base_height; local
[all...]
H A Dgui_w48.c2883 int base_width, base_height; local
2887 base_height = gui_get_base_height()
2896 *valid_h = base_height +
2897 ((h - base_height) / gui.char_height) * gui.char_height;
H A Dgui_riscos.c695 gui_mch_set_shellsize(width, height, min_width, min_height, base_width, base_height, direction)
701 int base_height;
714 s_height -= base_height; /* Underestimate - ignores titlebar */
H A Dgui_x11.c1792 base_width, base_height, direction)
1798 int base_height;
1809 XtNbaseHeight, base_height,
H A Dgui_w16.c491 int min_width, int min_height, int base_width, int base_height,
490 gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, int base_height, int direction) argument
H A Dgui_gtk_x11.c2702 geometry.base_height = height;
3910 int base_width UNUSED, int base_height UNUSED,
H A Dgui_photon.c1668 int min_width, int min_height, int base_width, int base_height,
1667 gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, int base_height, int direction) argument
H A Dgui_mac.c3329 int base_height,
3323 gui_mch_set_shellsize( int width, int height, int min_width, int min_height, int base_width, int base_height, int direction) argument
/macosx-10.10/emacs-93/emacs/src/
H A Dmacgui.h314 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon8760
H A Dwidget.c503 int base_height; local
521 base_height = (wmshell->core.height - ew->core.height
531 XtNbaseHeight, (XtArgVal) base_height,
535 XtNminHeight, (XtArgVal) (base_height + min_rows * ch),
H A Dgtkutil.c910 int base_width, base_height;
932 base_height = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, 0)
938 size_hints.base_height = base_height;
940 size_hints.min_height = base_height + min_rows * size_hints.height_inc;
907 int base_width, base_height; local
H A Dxterm.c9497 int base_width, base_height;
9501 base_height = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, 0);
9511 We use the base_width and base_height members if we have
9518 size_hints.base_height = base_height;
9520 size_hints.min_height = base_height + min_rows * size_hints.height_inc;
9523 size_hints.min_height = base_height;
9548 size_hints.base_height = hints.base_height;
9464 int base_width, base_height; local
H A Dmacterm.c6706 int base_width, base_height, width_inc, height_inc;
6711 base_height = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, 0);
6728 size_hints->min_height = base_height + min_rows * height_inc;
6730 size_hints->base_height = base_height;
9893 height = size_hints->base_height
9894 + (int) ((height - size_hints->base_height)
6679 int base_width, base_height, width_inc, height_inc; local
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXutil.h50 * new version containing base_width, base_height, and win_gravity fields;
64 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon13746
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h50 * new version containing base_width, base_height, and win_gravity fields;
64 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon13925
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c4806 hintsPtr->base_height = winPtr->reqHeight + wmPtr->menuHeight
4808 if (hintsPtr->base_height < 0) {
4809 hintsPtr->base_height = 0;
4813 hintsPtr->min_height = hintsPtr->base_height
4817 hintsPtr->max_height = hintsPtr->base_height
4825 hintsPtr->base_height = 0;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c4459 hintsPtr->base_height = winPtr->reqHeight + wmPtr->menuHeight
4461 if (hintsPtr->base_height < 0) {
4462 hintsPtr->base_height = 0;
4466 hintsPtr->min_height = hintsPtr->base_height
4470 hintsPtr->max_height = hintsPtr->base_height
4478 hintsPtr->base_height = 0;

Completed in 482 milliseconds

12