Searched refs:whgt (Results 1 – 2 of 2) sorted by relevance
1376 Dimension whgt; // height of each widget in gui_mch_compute_toolbar_height() local1396 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()
3090 Dimension whgt; // height of each widget in gui_mch_compute_toolbar_height() local3117 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()