Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c1699 int min_width, in gui_mch_set_shellsize() argument
1715 XtNminWidth, min_width, in gui_mch_set_shellsize()
2098 int min_width; in check_fontset_sanity() local
2113 min_width = 32767; in check_fontset_sanity()
2116 if (xfs[i]->max_bounds.width<min_width) in check_fontset_sanity()
2118 min_width = xfs[i]->max_bounds.width; in check_fontset_sanity()
2124 if ( xfs[i]->max_bounds.width != 2 * min_width in check_fontset_sanity()
2125 && xfs[i]->max_bounds.width != min_width) in check_fontset_sanity()
H A Dpopupmenu.c1146 pum_position_at_mouse(int min_width) in pum_position_at_mouse() argument
1166 || Columns - mouse_col > min_width) in pum_position_at_mouse()
1171 pum_col = Columns - (pum_base_width > min_width in pum_position_at_mouse()
1172 ? min_width : pum_base_width); in pum_position_at_mouse()
H A Dgui_gtk_x11.c2885 int min_width; in update_window_manager_hints() local
2915 min_width = force_width; in update_window_manager_hints()
2920 min_width = width + MIN_COLUMNS * gui.char_width; in update_window_manager_hints()
2927 || min_width != old_min_width in update_window_manager_hints()
2939 geometry.min_width = min_width; in update_window_manager_hints()
2950 old_min_width = min_width; in update_window_manager_hints()
4481 int min_width UNUSED, int min_height UNUSED, in gui_mch_set_shellsize()
H A Dgui_photon.c1670 int min_width, int min_height, int base_width, int base_height, in gui_mch_set_shellsize() argument
1674 PhDim_t min_size = { min_width, min_height }; in gui_mch_set_shellsize()
H A Dgui.c1654 int min_width; in gui_set_shellsize() local
1720 min_width = base_width + MIN_COLUMNS * gui.char_width; in gui_set_shellsize()
1737 gui_mch_set_shellsize(width, height, min_width, min_height, in gui_set_shellsize()
H A Dgui_haiku.cc3487 int min_width, in gui_mch_set_shellsize() argument
3506 gui.vimWindow->SetSizeLimits(min_width, maxWidth, in gui_mch_set_shellsize()
H A Dgui_w32.c5513 int min_width UNUSED, in gui_mch_set_shellsize()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_gtk_x11.pro30 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_photon.pro14 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…
H A Dgui_w32.pro68 void gui_mch_set_shellsize(int width, int height, int min_width, int min_height, int base_width, in…