Home
last modified time | relevance | path

Searched refs:VISIBLE_HEIGHT (Results 1 – 8 of 8) sorted by relevance

/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DMacros.h94 #define VISIBLE_HEIGHT(mw) ((int)ClipChild(mw)->core.height) macro
212 #define FILL_VERT_HEIGHT(mw) (mw->core.height - VISIBLE_HEIGHT(mw) - \
288 VISIBLE_HEIGHT(mw))
H A DUtils.c51 *bottom_row = *top_row + (VISIBLE_HEIGHT(mw) - 1) / ROW_HEIGHT(mw);
144 int rows_visible = VISIBLE_HEIGHT(mw) / ROW_HEIGHT(mw);
306 rows_visible = VISIBLE_HEIGHT(mw) / ROW_HEIGHT(mw);
1108 (CELL_TOTAL_HEIGHT(mw) - VISIBLE_HEIGHT(mw)) /
H A DScrollMgr.c355 VISIBLE_HEIGHT(mw),
1047 fixed_row_label_offset + VISIBLE_HEIGHT(mw) - 1);
H A DActions.c203 height = VISIBLE_HEIGHT(mw) + FIXED_ROW_HEIGHT(mw) +
241 height = VISIBLE_HEIGHT(mw) + FIXED_ROW_HEIGHT(mw) +
H A DPublic.c863 int rows_visible = VISIBLE_HEIGHT(matrix) / ROW_HEIGHT(matrix);
/dports/editors/vim/vim-8.2.3745/src/
H A Dwindow.c873 if (VISIBLE_HEIGHT(oldwin) <= p_wmh && new_wp == NULL) in win_split_ins()
1200 win_new_height(wp, VISIBLE_HEIGHT(oldwin)); in win_split_ins()
1275 wp->w_winrow = oldwin->w_winrow + VISIBLE_HEIGHT(oldwin) in win_split_ins()
1570 maxcount = (VISIBLE_HEIGHT(curwin) + curwin->w_status_height in make_windows()
3501 wp->w_frame->fr_height = VISIBLE_HEIGHT(wp) + wp->w_status_height; in frame_fix_height()
5499 h = VISIBLE_HEIGHT(wp) + wp->w_status_height; in frame_comp_pos()
5642 + VISIBLE_HEIGHT(lastwin) in frame_setheight()
H A Dvim.h1530 # define VISIBLE_HEIGHT(wp) ((wp)->w_height + (wp)->w_winbar_height) macro
1533 # define VISIBLE_HEIGHT(wp) (wp)->w_height macro
/dports/x11-toolkits/xbae/xbae-4.60.4/
H A DChangeLog198 Visibleheight.patch: VISIBLE_HEIGHT is clipchild->height but that's what