Home
last modified time | relevance | path

Searched refs:whgt (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_athena.c1376 Dimension whgt; // height of each widget in gui_mch_compute_toolbar_height() local
1396 whgt = 0; in gui_mch_compute_toolbar_height()
1398 XtVaGetValues(children[i], XtNheight, &whgt, NULL); in gui_mch_compute_toolbar_height()
1399 if (height < whgt) in gui_mch_compute_toolbar_height()
1400 height = whgt; in gui_mch_compute_toolbar_height()
H A Dgui_motif.c3090 Dimension whgt; // height of each widget in gui_mch_compute_toolbar_height() local
3117 whgt = 0; in gui_mch_compute_toolbar_height()
3118 XtVaGetValues(children[i], XmNheight, &whgt, NULL); in gui_mch_compute_toolbar_height()
3119 if (height < whgt) in gui_mch_compute_toolbar_height()
3120 height = whgt; in gui_mch_compute_toolbar_height()