Searched refs:parent_height (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dpopup.c57 Dimension parent_width, parent_height, parent_border;
74 XtNheight, &parent_height,
140 popup_height - popup_border - parent_height - parent_border;
56 Dimension parent_width, parent_height, parent_border; local in function:PopupPopup
/xsrc/external/mit/xman/dist/
H A Dmisc.c1059 int parent_height, parent_width; /* Height and width of the parent widget or local in function:PositionCenter
1065 parent_height = HeightOfScreen(XtScreen(widget));
1078 if (y_temp + Height(widget) + v_space > parent_height)
1079 y_temp = parent_height - Height(widget) - v_space;

Completed in 3 milliseconds